Html Css Color HEX #124C99 Cobalt

📋 copy color: '#124C99'

red 18 ◦ green 76 ◦ blue 153

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

Shades of Cobalt #124C99

Tints of Cobalt #124C99

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.77%

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

R = 7.29%
G = 30.77%
B = 61.94%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#124C99 (or 0x124C99) is known color: Cobalt. HEX triplet: 12, 4C and 99. RGB value is (18,76,153). Sum of RGB (Red+Green+Blue) = 18+76+153=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #124C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124C99 is #EDB366. Grayscale: #434343. Windows color (decimal): -15577959 or 10046482. OLE color: 10046482.

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

Color convert

RGB 18 76 153 -
CMYK 0.88 0.50 0 0.4
HSL 214.22º 0.79% 0.34% -
HSV(B) 214.22º 0.88% 0.6% -
XYZ 8.58 7.6 31.15 -
YUV 67.44 176.28 92.74 -
System Red Green Blue C M Y K H S L
Decimal 18 76 153 0.88 0.50 0 0.4 214.22 0.79 0.34
Hex 12 4C 99 58 32 0 28 D6 4F 22
Octal 22 114 231 130 62 0 50 326 117 42
Binary 10010 1001100 10011001 1011000 110010 0 101000 11010110 1001111 100010

Color Harmonies of #124C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C99

Black with #124C99

Text Example


Text Example

White with #124C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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