#124592

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

Shades of Dark Cerulean #124592

Tints of Dark Cerulean #124592

Color information

#124592 (or 0x124592) is unknown color: approx Dark Cerulean. HEX triplet: 12, 45 and 92. RGB value is (18,69,146). Sum of RGB (Red+Green+Blue) = 18+69+146=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #124592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124592 is #EDBA6D. Grayscale: #3E3E3E. Windows color (decimal): -15579758 or 9585938. OLE color: 9585938.

HSL color Cylindrical-coordinate representation of color #124592: hue angle of 216.09º 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 #124592 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1869146-
CMYK0.880.5300.43
HSL216.09º78.05%32.16%-
HSV(B)216.09º87.67%57.25%-
XYZ7.576.4628.04-
YUV62.53175.196.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.73%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 146 (57.42% from 255) = 62.66%
R=7.73%
G=29.61%
B=62.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18691460.880.5300.43216.0978.0532.16
Hex124592583502Bd84e20
Octal221052221306505333011640
Binary1001010001011001001010110001101010101011110110001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124592; }

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

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

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

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

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

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

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

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