#114692

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

Shades of Dark Cerulean #114692

Tints of Dark Cerulean #114692

Color information

#114692 (or 0x114692) is unknown color: approx Dark Cerulean. HEX triplet: 11, 46 and 92. RGB value is (17,70,146). Sum of RGB (Red+Green+Blue) = 17+70+146=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 70 (27.73% from 255 or 30.04% 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 #114692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114692 is #EEB96D. Grayscale: #3E3E3E. Windows color (decimal): -15645038 or 9586193. OLE color: 9586193.

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

Color convert

RGB1770146-
CMYK0.880.5200.43
HSL215.35º79.14%31.96%-
HSV(B)215.35º88.36%57.25%-
XYZ7.616.5728.06-
YUV62.82174.9495.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.30%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 146 (57.42% from 255) = 62.66%
R=7.30%
G=30.04%
B=62.66%

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
Decimal17701460.880.5200.43215.3579.1431.96
Hex114692583402Bd74f20
Octal211062221306405332711740
Binary1000110001101001001010110001101000101011110101111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114692; }

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

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

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

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

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

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

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

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