Html Css Color HEX #11528C Dark Cerulean

📋 copy color: '#11528C'

red 17 ◦ green 82 ◦ blue 140

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

Shades of Dark Cerulean #11528C

Tints of Dark Cerulean #11528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 58.58%

R = 7.11%
G = 34.31%
B = 58.58%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#11528C (or 0x11528C) is known color: Dark Cerulean. HEX triplet: 11, 52 and 8C. RGB value is (17,82,140). Sum of RGB (Red+Green+Blue) = 17+82+140=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #11528C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11528C is #EEAD73. Grayscale: #444444. Windows color (decimal): -15641972 or 9196049. OLE color: 9196049.

HSL color Cylindrical-coordinate representation of color #11528C: hue angle of 208.29º 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 #11528C is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 82 140 -
CMYK 0.88 0.41 0 0.45
HSL 208.29º 0.78% 0.31% -
HSV(B) 208.29º 0.88% 0.55% -
XYZ 7.98 8.05 25.94 -
YUV 69.18 167.97 90.78 -
System Red Green Blue C M Y K H S L
Decimal 17 82 140 0.88 0.41 0 0.45 208.29 0.78 0.31
Hex 11 52 8C 58 29 0 2D D0 4E 1F
Octal 21 122 214 130 51 0 55 320 116 37
Binary 10001 1010010 10001100 1011000 101001 0 101101 11010000 1001110 11111

Color Harmonies of #11528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11528C

Black with #11528C

Text Example


Text Example

White with #11528C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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