Html Css Color HEX #124DA9 Cobalt

📋 copy color: '#124DA9'

red 18 ◦ green 77 ◦ blue 169

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

Shades of Cobalt #124DA9

Tints of Cobalt #124DA9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.17%

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

R = 6.82%
G = 29.17%
B = 64.02%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#124DA9 (or 0x124DA9) is known color: Cobalt. HEX triplet: 12, 4D and A9. RGB value is (18,77,169). Sum of RGB (Red+Green+Blue) = 18+77+169=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 169 (66.41% from 255 or 64.02% from 264); Max value from RGB is 169 - color contains mainly: blue. Hex color #124DA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124DA9 is #EDB256. Grayscale: #454545. Windows color (decimal): -15577687 or 11095314. OLE color: 11095314.

HSL color Cylindrical-coordinate representation of color #124DA9: hue angle of 216.56º 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 #124DA9 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 77 169 -
CMYK 0.89 0.54 0 0.34
HSL 216.56º 0.81% 0.37% -
HSV(B) 216.56º 0.89% 0.66% -
XYZ 10.06 8.3 38.61 -
YUV 69.85 183.95 91.02 -
System Red Green Blue C M Y K H S L
Decimal 18 77 169 0.89 0.54 0 0.34 216.56 0.81 0.37
Hex 12 4D A9 59 36 0 22 D9 51 25
Octal 22 115 251 131 66 0 42 331 121 45
Binary 10010 1001101 10101001 1011001 110110 0 100010 11011001 1010001 100101

Color Harmonies of #124DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DA9

Black with #124DA9

Text Example


Text Example

White with #124DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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