Html Css Color HEX #11528D Dark Cerulean

📋 copy color: '#11528D'

red 17 ◦ green 82 ◦ blue 141

#11528D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #11528D

Tints of Dark Cerulean #11528D

RGB

 RED value IS 17 (7.03% from 255) = 7.08%

 GREEN value IS 82 (32.42% from 255) = 34.17%

 BLUE value IS 141 (55.47% from 255) = 58.75%

R = 7.08%
G = 34.17%
B = 58.75%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#11528D (or 0x11528D) is known color: Dark Cerulean. HEX triplet: 11, 52 and 8D. RGB value is (17,82,141). Sum of RGB (Red+Green+Blue) = 17+82+141=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #11528D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11528D is #EEAD72. Grayscale: #444444. Windows color (decimal): -15641971 or 9261585. OLE color: 9261585.

HSL color Cylindrical-coordinate representation of color #11528D: hue angle of 208.55º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11528D is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 82 141 -
CMYK 0.88 0.42 0 0.45
HSL 208.55º 0.78% 0.31% -
HSV(B) 208.55º 0.88% 0.55% -
XYZ 8.06 8.08 26.33 -
YUV 69.29 168.47 90.7 -
System Red Green Blue C M Y K H S L
Decimal 17 82 141 0.88 0.42 0 0.45 208.55 0.78 0.31
Hex 11 52 8D 58 2A 0 2D D1 4E 1F
Octal 21 122 215 130 52 0 55 321 116 37
Binary 10001 1010010 10001101 1011000 101010 0 101101 11010001 1001110 11111

Color Harmonies of #11528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11528D

Black with #11528D

Text Example


Text Example

White with #11528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11528D; }

 p { color: rgb(17,82,141); }

 H1.HeaderClassName
 {
   color: #11528D;
 }
 .AnyTagClassName
 {
   color: #11528D;
 }
</style>

background-color css

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

 a { background-color: rgb(17,82,141); }

 div.DivClassName
 {
   background-color: #11528D;
 }
 .BgClassName
 {
   background-color: #11528D;
 }
</style>

border-color css

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

 span { border-color: rgb(17,82,141); }

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