#125AA0

Color #125AA0 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #125AA0

Tints of Cobalt #125AA0

Color information

#125AA0 (or 0x125AA0) is unknown color: approx Cobalt. HEX triplet: 12, 5A and A0. RGB value is (18,90,160). Sum of RGB (Red+Green+Blue) = 18+90+160=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 160 (62.89% from 255 or 59.70% from 268); Max value from RGB is 160 - color contains mainly: blue. Hex color #125AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125AA0 is #EDA55F. Grayscale: #4C4C4C. Windows color (decimal): -15574368 or 10508818. OLE color: 10508818.

HSL color Cylindrical-coordinate representation of color #125AA0: hue angle of 209.58º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #125AA0 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1890160-
CMYK0.890.4400.37
HSL209.58º79.78%34.9%-
HSV(B)209.58º88.75%62.75%-
XYZ10.259.9834.64-
YUV76.45175.1586.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.72%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 160 (62.89% from 255) = 59.70%
R=6.72%
G=33.58%
B=59.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18901600.890.4400.37209.5879.7834.9
Hex125AA0592C025d25023
Octal221322401315404532212043
Binary1001010110101010000010110011011000100101110100101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125AA0; }

 p { color: rgb(18,90,160); }

 H1.HeaderClassName
 {
   color: #125AA0;
 }
 .AnyTagClassName
 {
   color: #125AA0;
 }
</style>
background-color css

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

 a { background-color: rgb(18,90,160); }

 div.DivClassName
 {
   background-color: #125AA0;
 }
 .BgClassName
 {
   background-color: #125AA0;
 }
</style>
border-color css

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

 span { border-color: rgb(18,90,160); }

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