#125183

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

Shades of Dark Cerulean #125183

Tints of Dark Cerulean #125183

Color information

#125183 (or 0x125183) is unknown color: approx Dark Cerulean. HEX triplet: 12, 51 and 83. RGB value is (18,81,131). Sum of RGB (Red+Green+Blue) = 18+81+131=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #125183 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125183 is #EDAE7C. Grayscale: #434343. Windows color (decimal): -15576701 or 8605970. OLE color: 8605970.

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

Color convert

RGB1881131-
CMYK0.860.3800.49
HSL206.55º75.84%29.22%-
HSV(B)206.55º86.26%51.37%-
XYZ7.297.6522.57-
YUV67.86163.6392.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.83%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 131 (51.56% from 255) = 56.96%
R=7.83%
G=35.22%
B=56.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18811310.860.3800.49206.5575.8429.22
Hex1251835626031cf4c1d
Octal221212031264606131711435
Binary100101010001100000111010110100110011000111001111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125183; }

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

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

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

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

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

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

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

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