Html Css Color HEX #124F99 Cobalt

📋 copy color: '#124F99'

red 18 ◦ green 79 ◦ blue 153

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

Shades of Cobalt #124F99

Tints of Cobalt #124F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.6%

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

R = 7.2%
G = 31.6%
B = 61.2%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#124F99 (or 0x124F99) is known color: Cobalt. HEX triplet: 12, 4F and 99. RGB value is (18,79,153). Sum of RGB (Red+Green+Blue) = 18+79+153=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #124F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124F99 is #EDB066. Grayscale: #444444. Windows color (decimal): -15577191 or 10047250. OLE color: 10047250.

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

Color convert

RGB 18 79 153 -
CMYK 0.88 0.48 0 0.4
HSL 212.89º 0.79% 0.34% -
HSV(B) 212.89º 0.88% 0.6% -
XYZ 8.8 8.02 31.22 -
YUV 69.2 175.29 91.48 -
System Red Green Blue C M Y K H S L
Decimal 18 79 153 0.88 0.48 0 0.4 212.89 0.79 0.34
Hex 12 4F 99 58 30 0 28 D5 4F 22
Octal 22 117 231 130 60 0 50 325 117 42
Binary 10010 1001111 10011001 1011000 110000 0 101000 11010101 1001111 100010

Color Harmonies of #124F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F99

Black with #124F99

Text Example


Text Example

White with #124F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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