Html Css Color HEX #113D82 Dark Cerulean

📋 copy color: '#113D82'

red 17 ◦ green 61 ◦ blue 130

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

Shades of Dark Cerulean #113D82

Tints of Dark Cerulean #113D82

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.33%

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

R = 8.17%
G = 29.33%
B = 62.5%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#113D82 (or 0x113D82) is known color: Dark Cerulean. HEX triplet: 11, 3D and 82. RGB value is (17,61,130). Sum of RGB (Red+Green+Blue) = 17+61+130=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #113D82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113D82 is #EEC27D. Grayscale: #373737. Windows color (decimal): -15647358 or 8535313. OLE color: 8535313.

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

Color convert

RGB 17 61 130 -
CMYK 0.87 0.53 0 0.49
HSL 216.64º 0.77% 0.29% -
HSV(B) 216.64º 0.87% 0.51% -
XYZ 5.93 5.07 21.78 -
YUV 55.71 169.92 100.39 -
System Red Green Blue C M Y K H S L
Decimal 17 61 130 0.87 0.53 0 0.49 216.64 0.77 0.29
Hex 11 3D 82 57 35 0 31 D9 4D 1D
Octal 21 75 202 127 65 0 61 331 115 35
Binary 10001 111101 10000010 1010111 110101 0 110001 11011001 1001101 11101

Color Harmonies of #113D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D82

Black with #113D82

Text Example


Text Example

White with #113D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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