Html Css Color HEX #124FA9 Cobalt

📋 copy color: '#124FA9'

red 18 ◦ green 79 ◦ blue 169

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

Shades of Cobalt #124FA9

Tints of Cobalt #124FA9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.7%

 BLUE value IS 169 (66.41% from 255) = 63.53%

R = 6.77%
G = 29.7%
B = 63.53%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#124FA9 (or 0x124FA9) is known color: Cobalt. HEX triplet: 12, 4F and A9. RGB value is (18,79,169). Sum of RGB (Red+Green+Blue) = 18+79+169=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 169 (66.41% from 255 or 63.53% from 266); Max value from RGB is 169 - color contains mainly: blue. Hex color #124FA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124FA9 is #EDB056. Grayscale: #464646. Windows color (decimal): -15577175 or 11095826. OLE color: 11095826.

HSL color Cylindrical-coordinate representation of color #124FA9: hue angle of 215.76º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124FA9 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 79 169 -
CMYK 0.89 0.53 0 0.34
HSL 215.76º 0.81% 0.37% -
HSV(B) 215.76º 0.89% 0.66% -
XYZ 10.21 8.59 38.66 -
YUV 71.02 183.29 90.18 -
System Red Green Blue C M Y K H S L
Decimal 18 79 169 0.89 0.53 0 0.34 215.76 0.81 0.37
Hex 12 4F A9 59 35 0 22 D8 51 25
Octal 22 117 251 131 65 0 42 330 121 45
Binary 10010 1001111 10101001 1011001 110101 0 100010 11011000 1010001 100101

Color Harmonies of #124FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FA9

Black with #124FA9

Text Example


Text Example

White with #124FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124FA9; }

 p { color: rgb(18,79,169); }

 H1.HeaderClassName
 {
   color: #124FA9;
 }
 .AnyTagClassName
 {
   color: #124FA9;
 }
</style>

background-color css

<style>
 a { background-color: #124FA9; }

 a { background-color: rgb(18,79,169); }

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

border-color css

<style>
 span { border-color: #124FA9; }

 span { border-color: rgb(18,79,169); }

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