#11327E

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

Shades of Dark Cerulean #11327E

Tints of Dark Cerulean #11327E

Color information

#11327E (or 0x11327E) is unknown color: approx Dark Cerulean. HEX triplet: 11, 32 and 7E. RGB value is (17,50,126). Sum of RGB (Red+Green+Blue) = 17+50+126=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 126 (49.61% from 255 or 65.28% from 193); Max value from RGB is 126 - color contains mainly: blue. Hex color #11327E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11327E is #EECD81. Grayscale: #303030. Windows color (decimal): -15650178 or 8270353. OLE color: 8270353.

HSL color Cylindrical-coordinate representation of color #11327E: hue angle of 221.83º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11327E is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1750126-
CMYK0.870.6000.51
HSL221.83º76.22%28.04%-
HSV(B)221.83º86.51%49.41%-
XYZ5.143.9120.22-
YUV48.8171.57105.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.81%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 126 (49.61% from 255) = 65.28%
R=8.81%
G=25.91%
B=65.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17501260.870.6000.51221.8376.2228.04
Hex11327E573C033de4c1c
Octal21621761277406333611434
Binary1000111001011111101010111111100011001111011110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11327E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11327E; }

 p { color: rgb(17,50,126); }

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

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

 a { background-color: rgb(17,50,126); }

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

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

 span { border-color: rgb(17,50,126); }

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