Html Css Color HEX #11528F Dark Cerulean

📋 copy color: '#11528F'

red 17 ◦ green 82 ◦ blue 143

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

Shades of Dark Cerulean #11528F

Tints of Dark Cerulean #11528F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 59.09%

R = 7.02%
G = 33.88%
B = 59.09%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#11528F (or 0x11528F) is known color: Dark Cerulean. HEX triplet: 11, 52 and 8F. RGB value is (17,82,143). Sum of RGB (Red+Green+Blue) = 17+82+143=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #11528F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11528F is #EEAD70. Grayscale: #454545. Windows color (decimal): -15641969 or 9392657. OLE color: 9392657.

HSL color Cylindrical-coordinate representation of color #11528F: hue angle of 209.05º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11528F is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 82 143 -
CMYK 0.88 0.43 0 0.44
HSL 209.05º 0.79% 0.31% -
HSV(B) 209.05º 0.88% 0.56% -
XYZ 8.21 8.14 27.12 -
YUV 69.52 169.47 90.54 -
System Red Green Blue C M Y K H S L
Decimal 17 82 143 0.88 0.43 0 0.44 209.05 0.79 0.31
Hex 11 52 8F 58 2B 0 2C D1 4F 1F
Octal 21 122 217 130 53 0 54 321 117 37
Binary 10001 1010010 10001111 1011000 101011 0 101100 11010001 1001111 11111

Color Harmonies of #11528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11528F

Black with #11528F

Text Example


Text Example

White with #11528F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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