Html Css Color HEX #125199 Cobalt

📋 copy color: '#125199'

red 18 ◦ green 81 ◦ blue 153

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

Shades of Cobalt #125199

Tints of Cobalt #125199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.14%

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

R = 7.14%
G = 32.14%
B = 60.71%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#125199 (or 0x125199) is known color: Cobalt. HEX triplet: 12, 51 and 99. RGB value is (18,81,153). Sum of RGB (Red+Green+Blue) = 18+81+153=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #125199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125199 is #EDAE66. Grayscale: #464646. Windows color (decimal): -15576679 or 10047762. OLE color: 10047762.

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

Color convert

RGB 18 81 153 -
CMYK 0.88 0.47 0 0.4
HSL 212º 0.79% 0.34% -
HSV(B) 212º 0.88% 0.6% -
XYZ 8.94 8.31 31.27 -
YUV 70.37 174.63 90.65 -
System Red Green Blue C M Y K H S L
Decimal 18 81 153 0.88 0.47 0 0.4 212 0.79 0.34
Hex 12 51 99 58 2F 0 28 D4 4F 22
Octal 22 121 231 130 57 0 50 324 117 42
Binary 10010 1010001 10011001 1011000 101111 0 101000 11010100 1001111 100010

Color Harmonies of #125199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125199

Black with #125199

Text Example


Text Example

White with #125199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125199; }

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

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

background-color css

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

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

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

border-color css

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

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

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