Html Css Color HEX #11557C Dark Cerulean

📋 copy color: '#11557C'

red 17 ◦ green 85 ◦ blue 124

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

Shades of Dark Cerulean #11557C

Tints of Dark Cerulean #11557C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 54.87%

R = 7.52%
G = 37.61%
B = 54.87%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11557C (or 0x11557C) is known color: Dark Cerulean. HEX triplet: 11, 55 and 7C. RGB value is (17,85,124). Sum of RGB (Red+Green+Blue) = 17+85+124=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #11557C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11557C is #EEAA83. Grayscale: #444444. Windows color (decimal): -15641220 or 8148241. OLE color: 8148241.

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

Color convert

RGB 17 85 124 -
CMYK 0.86 0.31 0 0.51
HSL 201.87º 0.76% 0.28% -
HSV(B) 201.87º 0.86% 0.49% -
XYZ 7.12 8.07 20.25 -
YUV 69.11 158.97 90.83 -
System Red Green Blue C M Y K H S L
Decimal 17 85 124 0.86 0.31 0 0.51 201.87 0.76 0.28
Hex 11 55 7C 56 1F 0 33 CA 4C 1C
Octal 21 125 174 126 37 0 63 312 114 34
Binary 10001 1010101 1111100 1010110 11111 0 110011 11001010 1001100 11100

Color Harmonies of #11557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11557C

Black with #11557C

Text Example


Text Example

White with #11557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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