Html Css Color HEX #11537D Dark Cerulean

📋 copy color: '#11537D'

red 17 ◦ green 83 ◦ blue 125

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

Shades of Dark Cerulean #11537D

Tints of Dark Cerulean #11537D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.89%

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

R = 7.56%
G = 36.89%
B = 55.56%

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

#11537D (or 0x11537D) is known color: Dark Cerulean. HEX triplet: 11, 53 and 7D. RGB value is (17,83,125). Sum of RGB (Red+Green+Blue) = 17+83+125=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #11537D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11537D is #EEAC82. Grayscale: #434343. Windows color (decimal): -15641731 or 8213265. OLE color: 8213265.

HSL color Cylindrical-coordinate representation of color #11537D: hue angle of 203.33º 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 #11537D is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 83 125 -
CMYK 0.86 0.34 0 0.51
HSL 203.33º 0.76% 0.28% -
HSV(B) 203.33º 0.86% 0.49% -
XYZ 7.03 7.79 20.53 -
YUV 68.05 160.13 91.58 -
System Red Green Blue C M Y K H S L
Decimal 17 83 125 0.86 0.34 0 0.51 203.33 0.76 0.28
Hex 11 53 7D 56 22 0 33 CB 4C 1C
Octal 21 123 175 126 42 0 63 313 114 34
Binary 10001 1010011 1111101 1010110 100010 0 110011 11001011 1001100 11100

Color Harmonies of #11537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11537D

Black with #11537D

Text Example


Text Example

White with #11537D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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