Html Css Color HEX #125098 Cobalt

📋 copy color: '#125098'

red 18 ◦ green 80 ◦ blue 152

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

Shades of Cobalt #125098

Tints of Cobalt #125098

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32%

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

R = 7.2%
G = 32%
B = 60.8%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#125098 (or 0x125098) is known color: Cobalt. HEX triplet: 12, 50 and 98. RGB value is (18,80,152). Sum of RGB (Red+Green+Blue) = 18+80+152=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #125098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125098 is #EDAF67. Grayscale: #454545. Windows color (decimal): -15576936 or 9981970. OLE color: 9981970.

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

Color convert

RGB 18 80 152 -
CMYK 0.88 0.47 0 0.40
HSL 212.24º 0.79% 0.33% -
HSV(B) 212.24º 0.88% 0.6% -
XYZ 8.79 8.13 30.81 -
YUV 69.67 174.46 91.15 -
System Red Green Blue C M Y K H S L
Decimal 18 80 152 0.88 0.47 0 0.40 212.24 0.79 0.33
Hex 12 50 98 58 2F 0 28 D4 4F 21
Octal 22 120 230 130 57 0 50 324 117 41
Binary 10010 1010000 10011000 1011000 101111 0 101000 11010100 1001111 100001

Color Harmonies of #125098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125098

Black with #125098

Text Example


Text Example

White with #125098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125098; }

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

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

background-color css

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

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

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

border-color css

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

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

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