Html Css Color HEX #113881 Dark Cerulean

📋 copy color: '#113881'

red 17 ◦ green 56 ◦ blue 129

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

Shades of Dark Cerulean #113881

Tints of Dark Cerulean #113881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 63.86%

R = 8.42%
G = 27.72%
B = 63.86%

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

#113881 (or 0x113881) is known color: Dark Cerulean. HEX triplet: 11, 38 and 81. RGB value is (17,56,129). Sum of RGB (Red+Green+Blue) = 17+56+129=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 129 (50.78% from 255 or 63.86% from 202); Max value from RGB is 129 - color contains mainly: blue. Hex color #113881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113881 is #EEC77E. Grayscale: #343434. Windows color (decimal): -15648639 or 8468497. OLE color: 8468497.

HSL color Cylindrical-coordinate representation of color #113881: hue angle of 219.11º 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 #113881 is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 56 129 -
CMYK 0.87 0.57 0 0.49
HSL 219.11º 0.77% 0.29% -
HSV(B) 219.11º 0.87% 0.51% -
XYZ 5.61 4.53 21.35 -
YUV 52.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 17 56 129 0.87 0.57 0 0.49 219.11 0.77 0.29
Hex 11 38 81 57 39 0 31 DB 4D 1D
Octal 21 70 201 127 71 0 61 333 115 35
Binary 10001 111000 10000001 1010111 111001 0 110001 11011011 1001101 11101

Color Harmonies of #113881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113881

Black with #113881

Text Example


Text Example

White with #113881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113881; }

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

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

background-color css

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

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

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

border-color css

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

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

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