#125284

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

Shades of Dark Cerulean #125284

Tints of Dark Cerulean #125284

Color information

#125284 (or 0x125284) is unknown color: approx Dark Cerulean. HEX triplet: 12, 52 and 84. RGB value is (18,82,132). Sum of RGB (Red+Green+Blue) = 18+82+132=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #125284 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125284 is #EDAD7B. Grayscale: #444444. Windows color (decimal): -15576444 or 8671762. OLE color: 8671762.

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

Color convert

RGB1882132-
CMYK0.860.3800.48
HSL206.32º76%29.41%-
HSV(B)206.32º86.36%51.76%-
XYZ7.437.8322.95-
YUV68.56163.891.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 132 (51.95% from 255) = 56.90%
R=7.76%
G=35.34%
B=56.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18821320.860.3800.48206.327629.41
Hex1252845626030ce4c1d
Octal221222041264606031611435
Binary100101010010100001001010110100110011000011001110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125284; }

 p { color: rgb(18,82,132); }

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

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

 a { background-color: rgb(18,82,132); }

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

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

 span { border-color: rgb(18,82,132); }

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