#125482

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

Shades of Dark Cerulean #125482

Tints of Dark Cerulean #125482

Color information

#125482 (or 0x125482) is unknown color: approx Dark Cerulean. HEX triplet: 12, 54 and 82. RGB value is (18,84,130). Sum of RGB (Red+Green+Blue) = 18+84+130=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #125482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125482 is #EDAB7D. Grayscale: #454545. Windows color (decimal): -15575934 or 8541202. OLE color: 8541202.

HSL color Cylindrical-coordinate representation of color #125482: hue angle of 204.64º 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 #125482 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1884130-
CMYK0.860.3500.49
HSL204.64º75.68%29.02%-
HSV(B)204.64º86.15%50.98%-
XYZ7.458.0822.29-
YUV69.51162.1391.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 84 (33.20% from 255) = 36.21%
BLUE value IS 130 (51.17% from 255) = 56.03%
R=7.76%
G=36.21%
B=56.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18841300.860.3500.49204.6475.6829.02
Hex1254825623031cd4c1d
Octal221242021264306131511435
Binary100101010100100000101010110100011011000111001101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125482; }

 p { color: rgb(18,84,130); }

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

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

 a { background-color: rgb(18,84,130); }

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

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

 span { border-color: rgb(18,84,130); }

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