Html Css Color HEX #113D71 Dark Cerulean

📋 copy color: '#113D71'

red 17 ◦ green 61 ◦ blue 113

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

Shades of Dark Cerulean #113D71

Tints of Dark Cerulean #113D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 59.16%

R = 8.9%
G = 31.94%
B = 59.16%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#113D71 (or 0x113D71) is known color: Dark Cerulean. HEX triplet: 11, 3D and 71. RGB value is (17,61,113). Sum of RGB (Red+Green+Blue) = 17+61+113=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #113D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D71 is #EEC28E. Grayscale: #353535. Windows color (decimal): -15647375 or 7421201. OLE color: 7421201.

HSL color Cylindrical-coordinate representation of color #113D71: hue angle of 212.5º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113D71 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 61 113 -
CMYK 0.85 0.46 0 0.56
HSL 212.5º 0.74% 0.25% -
HSV(B) 212.5º 0.85% 0.44% -
XYZ 4.88 4.65 16.26 -
YUV 53.77 161.42 101.77 -
System Red Green Blue C M Y K H S L
Decimal 17 61 113 0.85 0.46 0 0.56 212.5 0.74 0.25
Hex 11 3D 71 55 2E 0 38 D4 4A 19
Octal 21 75 161 125 56 0 70 324 112 31
Binary 10001 111101 1110001 1010101 101110 0 111000 11010100 1001010 11001

Color Harmonies of #113D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D71

Black with #113D71

Text Example


Text Example

White with #113D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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