Html Css Color HEX #11557D Dark Cerulean

📋 copy color: '#11557D'

red 17 ◦ green 85 ◦ blue 125

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

Shades of Dark Cerulean #11557D

Tints of Dark Cerulean #11557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.44%

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

R = 7.49%
G = 37.44%
B = 55.07%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11557D (or 0x11557D) is known color: Dark Cerulean. HEX triplet: 11, 55 and 7D. RGB value is (17,85,125). Sum of RGB (Red+Green+Blue) = 17+85+125=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #11557D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11557D is #EEAA82. Grayscale: #454545. Windows color (decimal): -15641219 or 8213777. OLE color: 8213777.

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

Color convert

RGB 17 85 125 -
CMYK 0.86 0.32 0 0.51
HSL 202.22º 0.76% 0.28% -
HSV(B) 202.22º 0.86% 0.49% -
XYZ 7.18 8.1 20.59 -
YUV 69.23 159.47 90.75 -
System Red Green Blue C M Y K H S L
Decimal 17 85 125 0.86 0.32 0 0.51 202.22 0.76 0.28
Hex 11 55 7D 56 20 0 33 CA 4C 1C
Octal 21 125 175 126 40 0 63 312 114 34
Binary 10001 1010101 1111101 1010110 100000 0 110011 11001010 1001100 11100

Color Harmonies of #11557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11557D

Black with #11557D

Text Example


Text Example

White with #11557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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