Html Css Color HEX #124AA9 Cobalt

📋 copy color: '#124AA9'

red 18 ◦ green 74 ◦ blue 169

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

Shades of Cobalt #124AA9

Tints of Cobalt #124AA9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.35%

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

R = 6.9%
G = 28.35%
B = 64.75%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#124AA9 (or 0x124AA9) is known color: Cobalt. HEX triplet: 12, 4A and A9. RGB value is (18,74,169). Sum of RGB (Red+Green+Blue) = 18+74+169=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 169 (66.41% from 255 or 64.75% from 261); Max value from RGB is 169 - color contains mainly: blue. Hex color #124AA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124AA9 is #EDB556. Grayscale: #434343. Windows color (decimal): -15578455 or 11094546. OLE color: 11094546.

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

Color convert

RGB 18 74 169 -
CMYK 0.89 0.56 0 0.34
HSL 217.75º 0.81% 0.37% -
HSV(B) 217.75º 0.89% 0.66% -
XYZ 9.86 7.89 38.54 -
YUV 68.09 184.95 92.28 -
System Red Green Blue C M Y K H S L
Decimal 18 74 169 0.89 0.56 0 0.34 217.75 0.81 0.37
Hex 12 4A A9 59 38 0 22 DA 51 25
Octal 22 112 251 131 70 0 42 332 121 45
Binary 10010 1001010 10101001 1011001 111000 0 100010 11011010 1010001 100101

Color Harmonies of #124AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124AA9

Black with #124AA9

Text Example


Text Example

White with #124AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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