Html Css Color HEX #124896 Cobalt

📋 copy color: '#124896'

red 18 ◦ green 72 ◦ blue 150

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

Shades of Cobalt #124896

Tints of Cobalt #124896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30%

 BLUE value IS 150 (58.98% from 255) = 62.5%

R = 7.5%
G = 30%
B = 62.5%

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

#124896 (or 0x124896) is known color: Cobalt. HEX triplet: 12, 48 and 96. RGB value is (18,72,150). Sum of RGB (Red+Green+Blue) = 18+72+150=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #124896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124896 is #EDB769. Grayscale: #404040. Windows color (decimal): -15578986 or 9848850. OLE color: 9848850.

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

Color convert

RGB 18 72 150 -
CMYK 0.88 0.52 0 0.41
HSL 215.45º 0.79% 0.33% -
HSV(B) 215.45º 0.88% 0.59% -
XYZ 8.07 6.97 29.77 -
YUV 64.75 176.11 94.66 -
System Red Green Blue C M Y K H S L
Decimal 18 72 150 0.88 0.52 0 0.41 215.45 0.79 0.33
Hex 12 48 96 58 34 0 29 D7 4F 21
Octal 22 110 226 130 64 0 51 327 117 41
Binary 10010 1001000 10010110 1011000 110100 0 101001 11010111 1001111 100001

Color Harmonies of #124896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124896

Black with #124896

Text Example


Text Example

White with #124896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124896; }

 p { color: rgb(18,72,150); }

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

background-color css

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

 a { background-color: rgb(18,72,150); }

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

border-color css

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

 span { border-color: rgb(18,72,150); }

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