Html Css Color HEX #113D84 Dark Cerulean

📋 copy color: '#113D84'

red 17 ◦ green 61 ◦ blue 132

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

Shades of Dark Cerulean #113D84

Tints of Dark Cerulean #113D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 62.86%

R = 8.1%
G = 29.05%
B = 62.86%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#113D84 (or 0x113D84) is known color: Dark Cerulean. HEX triplet: 11, 3D and 84. RGB value is (17,61,132). Sum of RGB (Red+Green+Blue) = 17+61+132=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 132 (51.95% from 255 or 62.86% from 210); Max value from RGB is 132 - color contains mainly: blue. Hex color #113D84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113D84 is #EEC27B. Grayscale: #373737. Windows color (decimal): -15647356 or 8666385. OLE color: 8666385.

HSL color Cylindrical-coordinate representation of color #113D84: hue angle of 217.04º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113D84 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 61 132 -
CMYK 0.87 0.54 0 0.48
HSL 217.04º 0.77% 0.29% -
HSV(B) 217.04º 0.87% 0.52% -
XYZ 6.06 5.12 22.5 -
YUV 55.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 17 61 132 0.87 0.54 0 0.48 217.04 0.77 0.29
Hex 11 3D 84 57 36 0 30 D9 4D 1D
Octal 21 75 204 127 66 0 60 331 115 35
Binary 10001 111101 10000100 1010111 110110 0 110000 11011001 1001101 11101

Color Harmonies of #113D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D84

Black with #113D84

Text Example


Text Example

White with #113D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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