#125073

Color #125073 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #125073

Tints of Dark Cerulean #125073

Color information

#125073 (or 0x125073) is unknown color: approx Dark Cerulean. HEX triplet: 12, 50 and 73. RGB value is (18,80,115). Sum of RGB (Red+Green+Blue) = 18+80+115=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #125073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125073 is #EDAF8C. Grayscale: #414141. Windows color (decimal): -15576973 or 7557138. OLE color: 7557138.

HSL color Cylindrical-coordinate representation of color #125073: hue angle of 201.65º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #125073 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1880115-
CMYK0.840.3000.55
HSL201.65º72.93%26.08%-
HSV(B)201.65º84.35%45.1%-
XYZ6.217.117.26-
YUV65.45155.9694.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=8.45%
G=37.56%
B=53.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18801150.840.3000.55201.6572.9326.08
Hex125073541E037ca491a
Octal221201631243606731211132
Binary1001010100001110011101010011110011011111001010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125073; }

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

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

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

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

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

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

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

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