Html Css Color HEX #124EAB Cobalt

📋 copy color: '#124EAB'

red 18 ◦ green 78 ◦ blue 171

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

Shades of Cobalt #124EAB

Tints of Cobalt #124EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.04%

R = 6.74%
G = 29.21%
B = 64.04%

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

#124EAB (or 0x124EAB) is known color: Cobalt. HEX triplet: 12, 4E and AB. RGB value is (18,78,171). Sum of RGB (Red+Green+Blue) = 18+78+171=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #124EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124EAB is #EDB154. Grayscale: #464646. Windows color (decimal): -15577429 or 11226642. OLE color: 11226642.

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

Color convert

RGB 18 78 171 -
CMYK 0.89 0.54 0 0.33
HSL 216.47º 0.81% 0.37% -
HSV(B) 216.47º 0.89% 0.67% -
XYZ 10.32 8.52 39.63 -
YUV 70.66 184.62 90.44 -
System Red Green Blue C M Y K H S L
Decimal 18 78 171 0.89 0.54 0 0.33 216.47 0.81 0.37
Hex 12 4E AB 59 36 0 21 D8 51 25
Octal 22 116 253 131 66 0 41 330 121 45
Binary 10010 1001110 10101011 1011001 110110 0 100001 11011000 1010001 100101

Color Harmonies of #124EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124EAB

Black with #124EAB

Text Example


Text Example

White with #124EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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