Html Css Color HEX #1251BA Denim

📋 copy color: '#1251BA'

red 18 ◦ green 81 ◦ blue 186

#1251BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #1251BA

Tints of Denim #1251BA

RGB

 RED value IS 18 (7.42% from 255) = 6.32%

 GREEN value IS 81 (32.03% from 255) = 28.42%

 BLUE value IS 186 (73.05% from 255) = 65.26%

R = 6.32%
G = 28.42%
B = 65.26%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1251BA (or 0x1251BA) is known color: Denim. HEX triplet: 12, 51 and BA. RGB value is (18,81,186). Sum of RGB (Red+Green+Blue) = 18+81+186=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #1251BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1251BA is #EDAE45. Grayscale: #494949. Windows color (decimal): -15576646 or 12210450. OLE color: 12210450.

HSL color Cylindrical-coordinate representation of color #1251BA: hue angle of 217.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1251BA is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 81 186 -
CMYK 0.90 0.56 0 0.27
HSL 217.5º 0.82% 0.4% -
HSV(B) 217.5º 0.9% 0.73% -
XYZ 12.05 9.56 47.66 -
YUV 74.13 191.13 87.96 -
System Red Green Blue C M Y K H S L
Decimal 18 81 186 0.90 0.56 0 0.27 217.5 0.82 0.4
Hex 12 51 BA 5A 38 0 1B DA 52 28
Octal 22 121 272 132 70 0 33 332 122 50
Binary 10010 1010001 10111010 1011010 111000 0 11011 11011010 1010010 101000

Color Harmonies of #1251BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1251BA

Black with #1251BA

Text Example


Text Example

White with #1251BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1251BA; }

 p { color: rgb(18,81,186); }

 H1.HeaderClassName
 {
   color: #1251BA;
 }
 .AnyTagClassName
 {
   color: #1251BA;
 }
</style>

background-color css

<style>
 a { background-color: #1251BA; }

 a { background-color: rgb(18,81,186); }

 div.DivClassName
 {
   background-color: #1251BA;
 }
 .BgClassName
 {
   background-color: #1251BA;
 }
</style>

border-color css

<style>
 span { border-color: #1251BA; }

 span { border-color: rgb(18,81,186); }

 td.TdClassName
 {
   border-color: #1251BA;
 }
 .TagClassName
 {
   border-color: #1251BA;
 }
</style>