Html Css Color HEX #115377 Dark Cerulean

📋 copy color: '#115377'

red 17 ◦ green 83 ◦ blue 119

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

Shades of Dark Cerulean #115377

Tints of Dark Cerulean #115377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

 BLUE value IS 119 (46.88% from 255) = 54.34%

R = 7.76%
G = 37.9%
B = 54.34%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#115377 (or 0x115377) is known color: Dark Cerulean. HEX triplet: 11, 53 and 77. RGB value is (17,83,119). Sum of RGB (Red+Green+Blue) = 17+83+119=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #115377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115377 is #EEAC88. Grayscale: #434343. Windows color (decimal): -15641737 or 7820049. OLE color: 7820049.

HSL color Cylindrical-coordinate representation of color #115377: hue angle of 201.18º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #115377 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 83 119 -
CMYK 0.86 0.30 0 0.53
HSL 201.18º 0.75% 0.27% -
HSV(B) 201.18º 0.86% 0.47% -
XYZ 6.65 7.64 18.58 -
YUV 67.37 157.13 92.07 -
System Red Green Blue C M Y K H S L
Decimal 17 83 119 0.86 0.30 0 0.53 201.18 0.75 0.27
Hex 11 53 77 56 1E 0 35 C9 4B 1B
Octal 21 123 167 126 36 0 65 311 113 33
Binary 10001 1010011 1110111 1010110 11110 0 110101 11001001 1001011 11011

Color Harmonies of #115377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115377

Black with #115377

Text Example


Text Example

White with #115377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115377; }

 p { color: rgb(17,83,119); }

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

background-color css

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

 a { background-color: rgb(17,83,119); }

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

border-color css

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

 span { border-color: rgb(17,83,119); }

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