Html Css Color HEX #124DAB Cobalt

📋 copy color: '#124DAB'

red 18 ◦ green 77 ◦ blue 171

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

Shades of Cobalt #124DAB

Tints of Cobalt #124DAB

RGB

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

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

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

R = 6.77%
G = 28.95%
B = 64.29%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#124DAB (or 0x124DAB) is known color: Cobalt. HEX triplet: 12, 4D and AB. RGB value is (18,77,171). Sum of RGB (Red+Green+Blue) = 18+77+171=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #124DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124DAB is #EDB254. Grayscale: #454545. Windows color (decimal): -15577685 or 11226386. OLE color: 11226386.

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

Color convert

RGB 18 77 171 -
CMYK 0.89 0.55 0 0.33
HSL 216.86º 0.81% 0.37% -
HSV(B) 216.86º 0.89% 0.67% -
XYZ 10.25 8.38 39.6 -
YUV 70.08 184.95 90.86 -
System Red Green Blue C M Y K H S L
Decimal 18 77 171 0.89 0.55 0 0.33 216.86 0.81 0.37
Hex 12 4D AB 59 37 0 21 D9 51 25
Octal 22 115 253 131 67 0 41 331 121 45
Binary 10010 1001101 10101011 1011001 110111 0 100001 11011001 1010001 100101

Color Harmonies of #124DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DAB

Black with #124DAB

Text Example


Text Example

White with #124DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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