Html Css Color HEX #124997 Cobalt

📋 copy color: '#124997'

red 18 ◦ green 73 ◦ blue 151

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

Shades of Cobalt #124997

Tints of Cobalt #124997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

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

R = 7.44%
G = 30.17%
B = 62.4%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#124997 (or 0x124997) is known color: Cobalt. HEX triplet: 12, 49 and 97. RGB value is (18,73,151). Sum of RGB (Red+Green+Blue) = 18+73+151=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #124997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124997 is #EDB668. Grayscale: #414141. Windows color (decimal): -15578729 or 9914642. OLE color: 9914642.

HSL color Cylindrical-coordinate representation of color #124997: hue angle of 215.19º 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 #124997 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 73 151 -
CMYK 0.88 0.52 0 0.41
HSL 215.19º 0.79% 0.33% -
HSV(B) 215.19º 0.88% 0.59% -
XYZ 8.22 7.13 30.22 -
YUV 65.45 176.28 94.16 -
System Red Green Blue C M Y K H S L
Decimal 18 73 151 0.88 0.52 0 0.41 215.19 0.79 0.33
Hex 12 49 97 58 34 0 29 D7 4F 21
Octal 22 111 227 130 64 0 51 327 117 41
Binary 10010 1001001 10010111 1011000 110100 0 101001 11010111 1001111 100001

Color Harmonies of #124997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124997

Black with #124997

Text Example


Text Example

White with #124997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124997; }

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

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

background-color css

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

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

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

border-color css

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

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

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