Html Css Color HEX #124F98 Cobalt

📋 copy color: '#124F98'

red 18 ◦ green 79 ◦ blue 152

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

Shades of Cobalt #124F98

Tints of Cobalt #124F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 61.04%

R = 7.23%
G = 31.73%
B = 61.04%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#124F98 (or 0x124F98) is known color: Cobalt. HEX triplet: 12, 4F and 98. RGB value is (18,79,152). Sum of RGB (Red+Green+Blue) = 18+79+152=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #124F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124F98 is #EDB067. Grayscale: #444444. Windows color (decimal): -15577192 or 9981714. OLE color: 9981714.

HSL color Cylindrical-coordinate representation of color #124F98: hue angle of 212.69º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124F98 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 79 152 -
CMYK 0.88 0.48 0 0.40
HSL 212.69º 0.79% 0.33% -
HSV(B) 212.69º 0.88% 0.6% -
XYZ 8.71 7.99 30.79 -
YUV 69.08 174.79 91.56 -
System Red Green Blue C M Y K H S L
Decimal 18 79 152 0.88 0.48 0 0.40 212.69 0.79 0.33
Hex 12 4F 98 58 30 0 28 D5 4F 21
Octal 22 117 230 130 60 0 50 325 117 41
Binary 10010 1001111 10011000 1011000 110000 0 101000 11010101 1001111 100001

Color Harmonies of #124F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F98

Black with #124F98

Text Example


Text Example

White with #124F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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