Html Css Color HEX #113F81 Dark Cerulean

📋 copy color: '#113F81'

red 17 ◦ green 63 ◦ blue 129

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

Shades of Dark Cerulean #113F81

Tints of Dark Cerulean #113F81

RGB

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

 GREEN value IS 63 (25% from 255) = 30.14%

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

R = 8.13%
G = 30.14%
B = 61.72%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#113F81 (or 0x113F81) is known color: Dark Cerulean. HEX triplet: 11, 3F and 81. RGB value is (17,63,129). Sum of RGB (Red+Green+Blue) = 17+63+129=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 129 (50.78% from 255 or 61.72% from 209); Max value from RGB is 129 - color contains mainly: blue. Hex color #113F81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113F81 is #EEC07E. Grayscale: #383838. Windows color (decimal): -15646847 or 8470289. OLE color: 8470289.

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

Color convert

RGB 17 63 129 -
CMYK 0.87 0.51 0 0.49
HSL 215.36º 0.77% 0.29% -
HSV(B) 215.36º 0.87% 0.51% -
XYZ 5.97 5.26 21.47 -
YUV 56.77 168.76 99.63 -
System Red Green Blue C M Y K H S L
Decimal 17 63 129 0.87 0.51 0 0.49 215.36 0.77 0.29
Hex 11 3F 81 57 33 0 31 D7 4D 1D
Octal 21 77 201 127 63 0 61 327 115 35
Binary 10001 111111 10000001 1010111 110011 0 110001 11010111 1001101 11101

Color Harmonies of #113F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F81

Black with #113F81

Text Example


Text Example

White with #113F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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