#124692

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

Shades of Dark Cerulean #124692

Tints of Dark Cerulean #124692

Color information

#124692 (or 0x124692) is unknown color: approx Dark Cerulean. HEX triplet: 12, 46 and 92. RGB value is (18,70,146). Sum of RGB (Red+Green+Blue) = 18+70+146=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #124692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124692 is #EDB96D. Grayscale: #3E3E3E. Windows color (decimal): -15579502 or 9586194. OLE color: 9586194.

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

Color convert

RGB1870146-
CMYK0.880.5200.43
HSL215.62º78.05%32.16%-
HSV(B)215.62º87.67%57.25%-
XYZ7.636.5828.06-
YUV63.12174.7795.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.69%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 146 (57.42% from 255) = 62.39%
R=7.69%
G=29.91%
B=62.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18701460.880.5200.43215.6278.0532.16
Hex124692583402Bd84e20
Octal221062221306405333011640
Binary1001010001101001001010110001101000101011110110001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124692; }

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

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

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

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

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

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

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

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