#125383

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

Shades of Dark Cerulean #125383

Tints of Dark Cerulean #125383

Color information

#125383 (or 0x125383) is unknown color: approx Dark Cerulean. HEX triplet: 12, 53 and 83. RGB value is (18,83,131). Sum of RGB (Red+Green+Blue) = 18+83+131=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 131 (51.56% from 255 or 56.47% from 232); Max value from RGB is 131 - color contains mainly: blue. Hex color #125383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125383 is #EDAC7C. Grayscale: #444444. Windows color (decimal): -15576189 or 8606482. OLE color: 8606482.

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

Color convert

RGB1883131-
CMYK0.860.3700.49
HSL205.49º75.84%29.22%-
HSV(B)205.49º86.26%51.37%-
XYZ7.447.9522.62-
YUV69.04162.9791.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 131 (51.56% from 255) = 56.47%
R=7.76%
G=35.78%
B=56.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18831310.860.3700.49205.4975.8429.22
Hex1253835625031cd4c1d
Octal221232031264506131511435
Binary100101010011100000111010110100101011000111001101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125383; }

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

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

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

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

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

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

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

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