#125382

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

Shades of Dark Cerulean #125382

Tints of Dark Cerulean #125382

Color information

#125382 (or 0x125382) is unknown color: approx Dark Cerulean. HEX triplet: 12, 53 and 82. RGB value is (18,83,130). Sum of RGB (Red+Green+Blue) = 18+83+130=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #125382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125382 is #EDAC7D. Grayscale: #444444. Windows color (decimal): -15576190 or 8540946. OLE color: 8540946.

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

Color convert

RGB1883130-
CMYK0.860.3600.49
HSL205.18º75.68%29.02%-
HSV(B)205.18º86.15%50.98%-
XYZ7.377.9322.26-
YUV68.92162.4791.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.79%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 130 (51.17% from 255) = 56.28%
R=7.79%
G=35.93%
B=56.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18831300.860.3600.49205.1875.6829.02
Hex1253825624031cd4c1d
Octal221232021264406131511435
Binary100101010011100000101010110100100011000111001101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125382; }

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

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

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

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

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

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

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

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