Html Css Color HEX #124E97 Cobalt

📋 copy color: '#124E97'

red 18 ◦ green 78 ◦ blue 151

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

Shades of Cobalt #124E97

Tints of Cobalt #124E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 61.13%

R = 7.29%
G = 31.58%
B = 61.13%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#124E97 (or 0x124E97) is known color: Cobalt. HEX triplet: 12, 4E and 97. RGB value is (18,78,151). Sum of RGB (Red+Green+Blue) = 18+78+151=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #124E97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124E97 is #EDB168. Grayscale: #444444. Windows color (decimal): -15577449 or 9915922. OLE color: 9915922.

HSL color Cylindrical-coordinate representation of color #124E97: hue angle of 212.93º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124E97 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 78 151 -
CMYK 0.88 0.48 0 0.41
HSL 212.93º 0.79% 0.33% -
HSV(B) 212.93º 0.88% 0.59% -
XYZ 8.56 7.81 30.33 -
YUV 68.38 174.62 92.06 -
System Red Green Blue C M Y K H S L
Decimal 18 78 151 0.88 0.48 0 0.41 212.93 0.79 0.33
Hex 12 4E 97 58 30 0 29 D5 4F 21
Octal 22 116 227 130 60 0 51 325 117 41
Binary 10010 1001110 10010111 1011000 110000 0 101001 11010101 1001111 100001

Color Harmonies of #124E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E97

Black with #124E97

Text Example


Text Example

White with #124E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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