Html Css Color HEX #124899 Cobalt

📋 copy color: '#124899'

red 18 ◦ green 72 ◦ blue 153

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

Shades of Cobalt #124899

Tints of Cobalt #124899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 62.96%

R = 7.41%
G = 29.63%
B = 62.96%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#124899 (or 0x124899) is known color: Cobalt. HEX triplet: 12, 48 and 99. RGB value is (18,72,153). Sum of RGB (Red+Green+Blue) = 18+72+153=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #124899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124899 is #EDB766. Grayscale: #404040. Windows color (decimal): -15578983 or 10045458. OLE color: 10045458.

HSL color Cylindrical-coordinate representation of color #124899: hue angle of 216º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124899 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 72 153 -
CMYK 0.88 0.53 0 0.4
HSL 216º 0.79% 0.34% -
HSV(B) 216º 0.88% 0.6% -
XYZ 8.32 7.06 31.06 -
YUV 65.09 177.61 94.41 -
System Red Green Blue C M Y K H S L
Decimal 18 72 153 0.88 0.53 0 0.4 216 0.79 0.34
Hex 12 48 99 58 35 0 28 D8 4F 22
Octal 22 110 231 130 65 0 50 330 117 42
Binary 10010 1001000 10011001 1011000 110101 0 101000 11011000 1001111 100010

Color Harmonies of #124899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124899

Black with #124899

Text Example


Text Example

White with #124899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124899; }

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

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

background-color css

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

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

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

border-color css

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

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

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