Html Css Color HEX #113882 Dark Cerulean

📋 copy color: '#113882'

red 17 ◦ green 56 ◦ blue 130

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

Shades of Dark Cerulean #113882

Tints of Dark Cerulean #113882

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.59%

 BLUE value IS 130 (51.17% from 255) = 64.04%

R = 8.37%
G = 27.59%
B = 64.04%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#113882 (or 0x113882) is known color: Dark Cerulean. HEX triplet: 11, 38 and 82. RGB value is (17,56,130). Sum of RGB (Red+Green+Blue) = 17+56+130=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #113882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113882 is #EEC77D. Grayscale: #343434. Windows color (decimal): -15648638 or 8534033. OLE color: 8534033.

HSL color Cylindrical-coordinate representation of color #113882: hue angle of 219.29º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113882 is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 56 130 -
CMYK 0.87 0.57 0 0.49
HSL 219.29º 0.77% 0.29% -
HSV(B) 219.29º 0.87% 0.51% -
XYZ 5.67 4.56 21.7 -
YUV 52.78 171.58 102.48 -
System Red Green Blue C M Y K H S L
Decimal 17 56 130 0.87 0.57 0 0.49 219.29 0.77 0.29
Hex 11 38 82 57 39 0 31 DB 4D 1D
Octal 21 70 202 127 71 0 61 333 115 35
Binary 10001 111000 10000010 1010111 111001 0 110001 11011011 1001101 11101

Color Harmonies of #113882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113882

Black with #113882

Text Example


Text Example

White with #113882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113882; }

 p { color: rgb(17,56,130); }

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

background-color css

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

 a { background-color: rgb(17,56,130); }

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

border-color css

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

 span { border-color: rgb(17,56,130); }

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