Html Css Color HEX #113773 Dark Cerulean

📋 copy color: '#113773'

red 17 ◦ green 55 ◦ blue 115

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

Shades of Dark Cerulean #113773

Tints of Dark Cerulean #113773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 61.5%

R = 9.09%
G = 29.41%
B = 61.5%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#113773 (or 0x113773) is known color: Dark Cerulean. HEX triplet: 11, 37 and 73. RGB value is (17,55,115). Sum of RGB (Red+Green+Blue) = 17+55+115=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #113773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113773 is #EEC88C. Grayscale: #323232. Windows color (decimal): -15648909 or 7550737. OLE color: 7550737.

HSL color Cylindrical-coordinate representation of color #113773: hue angle of 216.73º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113773 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 55 115 -
CMYK 0.85 0.52 0 0.55
HSL 216.73º 0.74% 0.26% -
HSV(B) 216.73º 0.85% 0.45% -
XYZ 4.69 4.09 16.76 -
YUV 50.48 164.41 104.12 -
System Red Green Blue C M Y K H S L
Decimal 17 55 115 0.85 0.52 0 0.55 216.73 0.74 0.26
Hex 11 37 73 55 34 0 37 D9 4A 1A
Octal 21 67 163 125 64 0 67 331 112 32
Binary 10001 110111 1110011 1010101 110100 0 110111 11011001 1001010 11010

Color Harmonies of #113773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113773

Black with #113773

Text Example


Text Example

White with #113773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113773; }

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

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

background-color css

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

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

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

border-color css

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

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

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