Html Css Color HEX #11377D Dark Cerulean

📋 copy color: '#11377D'

red 17 ◦ green 55 ◦ blue 125

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

Shades of Dark Cerulean #11377D

Tints of Dark Cerulean #11377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.92%

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

R = 8.63%
G = 27.92%
B = 63.45%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11377D (or 0x11377D) is known color: Dark Cerulean. HEX triplet: 11, 37 and 7D. RGB value is (17,55,125). Sum of RGB (Red+Green+Blue) = 17+55+125=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 125 (49.22% from 255 or 63.45% from 197); Max value from RGB is 125 - color contains mainly: blue. Hex color #11377D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11377D is #EEC882. Grayscale: #333333. Windows color (decimal): -15648899 or 8206097. OLE color: 8206097.

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

Color convert

RGB 17 55 125 -
CMYK 0.86 0.56 0 0.51
HSL 218.89º 0.76% 0.28% -
HSV(B) 218.89º 0.86% 0.49% -
XYZ 5.3 4.33 19.96 -
YUV 51.62 169.41 103.31 -
System Red Green Blue C M Y K H S L
Decimal 17 55 125 0.86 0.56 0 0.51 218.89 0.76 0.28
Hex 11 37 7D 56 38 0 33 DB 4C 1C
Octal 21 67 175 126 70 0 63 333 114 34
Binary 10001 110111 1111101 1010110 111000 0 110011 11011011 1001100 11100

Color Harmonies of #11377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11377D

Black with #11377D

Text Example


Text Example

White with #11377D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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