Html Css Color HEX #124EAA Cobalt

📋 copy color: '#124EAA'

red 18 ◦ green 78 ◦ blue 170

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

Shades of Cobalt #124EAA

Tints of Cobalt #124EAA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.32%

 BLUE value IS 170 (66.8% from 255) = 63.91%

R = 6.77%
G = 29.32%
B = 63.91%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#124EAA (or 0x124EAA) is known color: Cobalt. HEX triplet: 12, 4E and AA. RGB value is (18,78,170). Sum of RGB (Red+Green+Blue) = 18+78+170=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #124EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124EAA is #EDB155. Grayscale: #464646. Windows color (decimal): -15577430 or 11161106. OLE color: 11161106.

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

Color convert

RGB 18 78 170 -
CMYK 0.89 0.54 0 0.33
HSL 216.32º 0.81% 0.37% -
HSV(B) 216.32º 0.89% 0.67% -
XYZ 10.23 8.48 39.13 -
YUV 70.55 184.12 90.52 -
System Red Green Blue C M Y K H S L
Decimal 18 78 170 0.89 0.54 0 0.33 216.32 0.81 0.37
Hex 12 4E AA 59 36 0 21 D8 51 25
Octal 22 116 252 131 66 0 41 330 121 45
Binary 10010 1001110 10101010 1011001 110110 0 100001 11011000 1010001 100101

Color Harmonies of #124EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124EAA

Black with #124EAA

Text Example


Text Example

White with #124EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,78,170); }

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

background-color css

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

 a { background-color: rgb(18,78,170); }

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

border-color css

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

 span { border-color: rgb(18,78,170); }

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