#125092

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

Shades of Dark Cerulean #125092

Tints of Dark Cerulean #125092

Color information

#125092 (or 0x125092) is unknown color: approx Dark Cerulean. HEX triplet: 12, 50 and 92. RGB value is (18,80,146). Sum of RGB (Red+Green+Blue) = 18+80+146=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #125092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125092 is #EDAF6D. Grayscale: #444444. Windows color (decimal): -15576942 or 9588754. OLE color: 9588754.

HSL color Cylindrical-coordinate representation of color #125092: hue angle of 210.94º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125092 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1880146-
CMYK0.880.4500.43
HSL210.94º78.05%32.16%-
HSV(B)210.94º87.67%57.25%-
XYZ8.317.9428.29-
YUV68.99171.4691.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.38%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 146 (57.42% from 255) = 59.84%
R=7.38%
G=32.79%
B=59.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18801460.880.4500.43210.9478.0532.16
Hex125092582D02Bd34e20
Octal221202221305505332311640
Binary1001010100001001001010110001011010101011110100111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125092; }

 p { color: rgb(18,80,146); }

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

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

 a { background-color: rgb(18,80,146); }

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

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

 span { border-color: rgb(18,80,146); }

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