Html Css Color HEX #11377A Dark Cerulean

📋 copy color: '#11377A'

red 17 ◦ green 55 ◦ blue 122

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

Shades of Dark Cerulean #11377A

Tints of Dark Cerulean #11377A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 62.89%

R = 8.76%
G = 28.35%
B = 62.89%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#11377A (or 0x11377A) is known color: Dark Cerulean. HEX triplet: 11, 37 and 7A. RGB value is (17,55,122). Sum of RGB (Red+Green+Blue) = 17+55+122=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 122 (48.05% from 255 or 62.89% from 194); Max value from RGB is 122 - color contains mainly: blue. Hex color #11377A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11377A is #EEC885. Grayscale: #323232. Windows color (decimal): -15648902 or 8009489. OLE color: 8009489.

HSL color Cylindrical-coordinate representation of color #11377A: hue angle of 218.29º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11377A is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 17 55 122 -
CMYK 0.86 0.55 0 0.52
HSL 218.29º 0.76% 0.27% -
HSV(B) 218.29º 0.86% 0.48% -
XYZ 5.11 4.26 18.96 -
YUV 51.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 17 55 122 0.86 0.55 0 0.52 218.29 0.76 0.27
Hex 11 37 7A 56 37 0 34 DA 4C 1B
Octal 21 67 172 126 67 0 64 332 114 33
Binary 10001 110111 1111010 1010110 110111 0 110100 11011010 1001100 11011

Color Harmonies of #11377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11377A

Black with #11377A

Text Example


Text Example

White with #11377A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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