#11538A

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

Shades of Dark Cerulean #11538A

Tints of Dark Cerulean #11538A

Color information

#11538A (or 0x11538A) is unknown color: approx Dark Cerulean. HEX triplet: 11, 53 and 8A. RGB value is (17,83,138). Sum of RGB (Red+Green+Blue) = 17+83+138=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #11538A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11538A is #EEAC75. Grayscale: #454545. Windows color (decimal): -15641718 or 9065233. OLE color: 9065233.

HSL color Cylindrical-coordinate representation of color #11538A: hue angle of 207.27º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11538A is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1783138-
CMYK0.880.4000.46
HSL207.27º78.06%30.39%-
HSV(B)207.27º87.68%54.12%-
XYZ7.918.1425.2-
YUV69.54166.6390.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.14%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 138 (54.30% from 255) = 57.98%
R=7.14%
G=34.87%
B=57.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17831380.880.4000.46207.2778.0630.39
Hex11538A582802Ecf4e1e
Octal211232121305005631711636
Binary100011010011100010101011000101000010111011001111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11538A; }

 p { color: rgb(17,83,138); }

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

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

 a { background-color: rgb(17,83,138); }

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

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

 span { border-color: rgb(17,83,138); }

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