Html Css Color HEX #11377C Dark Cerulean

📋 copy color: '#11377C'

red 17 ◦ green 55 ◦ blue 124

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

Shades of Dark Cerulean #11377C

Tints of Dark Cerulean #11377C

RGB

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

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

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

R = 8.67%
G = 28.06%
B = 63.27%

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

#11377C (or 0x11377C) is known color: Dark Cerulean. HEX triplet: 11, 37 and 7C. RGB value is (17,55,124). Sum of RGB (Red+Green+Blue) = 17+55+124=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #11377C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11377C is #EEC883. Grayscale: #333333. Windows color (decimal): -15648900 or 8140561. OLE color: 8140561.

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

Color convert

RGB 17 55 124 -
CMYK 0.86 0.56 0 0.51
HSL 218.69º 0.76% 0.28% -
HSV(B) 218.69º 0.86% 0.49% -
XYZ 5.24 4.31 19.62 -
YUV 51.5 168.91 103.39 -
System Red Green Blue C M Y K H S L
Decimal 17 55 124 0.86 0.56 0 0.51 218.69 0.76 0.28
Hex 11 37 7C 56 38 0 33 DB 4C 1C
Octal 21 67 174 126 70 0 63 333 114 34
Binary 10001 110111 1111100 1010110 111000 0 110011 11011011 1001100 11100

Color Harmonies of #11377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11377C

Black with #11377C

Text Example


Text Example

White with #11377C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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