Html Css Color HEX #11528B Dark Cerulean

📋 copy color: '#11528B'

red 17 ◦ green 82 ◦ blue 139

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

Shades of Dark Cerulean #11528B

Tints of Dark Cerulean #11528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 58.4%

R = 7.14%
G = 34.45%
B = 58.4%

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

#11528B (or 0x11528B) is known color: Dark Cerulean. HEX triplet: 11, 52 and 8B. RGB value is (17,82,139). Sum of RGB (Red+Green+Blue) = 17+82+139=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #11528B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11528B is #EEAD74. Grayscale: #444444. Windows color (decimal): -15641973 or 9130513. OLE color: 9130513.

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

Color convert

RGB 17 82 139 -
CMYK 0.88 0.41 0 0.45
HSL 208.03º 0.78% 0.31% -
HSV(B) 208.03º 0.88% 0.55% -
XYZ 7.91 8.02 25.56 -
YUV 69.06 167.47 90.87 -
System Red Green Blue C M Y K H S L
Decimal 17 82 139 0.88 0.41 0 0.45 208.03 0.78 0.31
Hex 11 52 8B 58 29 0 2D D0 4E 1F
Octal 21 122 213 130 51 0 55 320 116 37
Binary 10001 1010010 10001011 1011000 101001 0 101101 11010000 1001110 11111

Color Harmonies of #11528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11528B

Black with #11528B

Text Example


Text Example

White with #11528B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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