#125083

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

Shades of Dark Cerulean #125083

Tints of Dark Cerulean #125083

Color information

#125083 (or 0x125083) is unknown color: approx Dark Cerulean. HEX triplet: 12, 50 and 83. RGB value is (18,80,131). Sum of RGB (Red+Green+Blue) = 18+80+131=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 131 (51.56% from 255 or 57.21% from 229); Max value from RGB is 131 - color contains mainly: blue. Hex color #125083 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125083 is #EDAF7C. Grayscale: #434343. Windows color (decimal): -15576957 or 8605714. OLE color: 8605714.

HSL color Cylindrical-coordinate representation of color #125083: hue angle of 207.08º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125083 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1880131-
CMYK0.860.3900.49
HSL207.08º75.84%29.22%-
HSV(B)207.08º86.26%51.37%-
XYZ7.217.522.54-
YUV67.28163.9692.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.86%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 131 (51.56% from 255) = 57.21%
R=7.86%
G=34.93%
B=57.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18801310.860.3900.49207.0875.8429.22
Hex1250835627031cf4c1d
Octal221202031264706131711435
Binary100101010000100000111010110100111011000111001111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125083; }

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

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

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

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

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

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

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

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