Html Css Color HEX #11527D Dark Cerulean

📋 copy color: '#11527D'

red 17 ◦ green 82 ◦ blue 125

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

Shades of Dark Cerulean #11527D

Tints of Dark Cerulean #11527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.8%

R = 7.59%
G = 36.61%
B = 55.8%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11527D (or 0x11527D) is known color: Dark Cerulean. HEX triplet: 11, 52 and 7D. RGB value is (17,82,125). Sum of RGB (Red+Green+Blue) = 17+82+125=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #11527D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11527D is #EEAD82. Grayscale: #434343. Windows color (decimal): -15641987 or 8213009. OLE color: 8213009.

HSL color Cylindrical-coordinate representation of color #11527D: hue angle of 203.89º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11527D is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 82 125 -
CMYK 0.86 0.34 0 0.51
HSL 203.89º 0.76% 0.28% -
HSV(B) 203.89º 0.86% 0.49% -
XYZ 6.95 7.63 20.51 -
YUV 67.47 160.47 92 -
System Red Green Blue C M Y K H S L
Decimal 17 82 125 0.86 0.34 0 0.51 203.89 0.76 0.28
Hex 11 52 7D 56 22 0 33 CC 4C 1C
Octal 21 122 175 126 42 0 63 314 114 34
Binary 10001 1010010 1111101 1010110 100010 0 110011 11001100 1001100 11100

Color Harmonies of #11527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11527D

Black with #11527D

Text Example


Text Example

White with #11527D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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