Html Css Color HEX #124A99 Cobalt

📋 copy color: '#124A99'

red 18 ◦ green 74 ◦ blue 153

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

Shades of Cobalt #124A99

Tints of Cobalt #124A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.2%

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

R = 7.35%
G = 30.2%
B = 62.45%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#124A99 (or 0x124A99) is known color: Cobalt. HEX triplet: 12, 4A and 99. RGB value is (18,74,153). Sum of RGB (Red+Green+Blue) = 18+74+153=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #124A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124A99 is #EDB566. Grayscale: #414141. Windows color (decimal): -15578471 or 10045970. OLE color: 10045970.

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

Color convert

RGB 18 74 153 -
CMYK 0.88 0.52 0 0.4
HSL 215.11º 0.79% 0.34% -
HSV(B) 215.11º 0.88% 0.6% -
XYZ 8.45 7.33 31.11 -
YUV 66.26 176.95 93.58 -
System Red Green Blue C M Y K H S L
Decimal 18 74 153 0.88 0.52 0 0.4 215.11 0.79 0.34
Hex 12 4A 99 58 34 0 28 D7 4F 22
Octal 22 112 231 130 64 0 50 327 117 42
Binary 10010 1001010 10011001 1011000 110100 0 101000 11010111 1001111 100010

Color Harmonies of #124A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A99

Black with #124A99

Text Example


Text Example

White with #124A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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