Html Css Color HEX #11527A Dark Cerulean

📋 copy color: '#11527A'

red 17 ◦ green 82 ◦ blue 122

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

Shades of Dark Cerulean #11527A

Tints of Dark Cerulean #11527A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 55.2%

R = 7.69%
G = 37.1%
B = 55.2%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#11527A (or 0x11527A) is known color: Dark Cerulean. HEX triplet: 11, 52 and 7A. RGB value is (17,82,122). Sum of RGB (Red+Green+Blue) = 17+82+122=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #11527A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11527A is #EEAD85. Grayscale: #424242. Windows color (decimal): -15641990 or 8016401. OLE color: 8016401.

HSL color Cylindrical-coordinate representation of color #11527A: hue angle of 202.86º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11527A is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 17 82 122 -
CMYK 0.86 0.33 0 0.52
HSL 202.86º 0.76% 0.27% -
HSV(B) 202.86º 0.86% 0.48% -
XYZ 6.76 7.56 19.52 -
YUV 67.13 158.97 92.25 -
System Red Green Blue C M Y K H S L
Decimal 17 82 122 0.86 0.33 0 0.52 202.86 0.76 0.27
Hex 11 52 7A 56 21 0 34 CB 4C 1B
Octal 21 122 172 126 41 0 64 313 114 33
Binary 10001 1010010 1111010 1010110 100001 0 110100 11001011 1001100 11011

Color Harmonies of #11527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11527A

Black with #11527A

Text Example


Text Example

White with #11527A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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