Html Css Color HEX #113E72 Dark Cerulean

📋 copy color: '#113E72'

red 17 ◦ green 62 ◦ blue 114

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

Shades of Dark Cerulean #113E72

Tints of Dark Cerulean #113E72

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.12%

 BLUE value IS 114 (44.92% from 255) = 59.07%

R = 8.81%
G = 32.12%
B = 59.07%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#113E72 (or 0x113E72) is known color: Dark Cerulean. HEX triplet: 11, 3E and 72. RGB value is (17,62,114). Sum of RGB (Red+Green+Blue) = 17+62+114=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #113E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E72 is #EEC18D. Grayscale: #363636. Windows color (decimal): -15647118 or 7486993. OLE color: 7486993.

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

Color convert

RGB 17 62 114 -
CMYK 0.85 0.46 0 0.55
HSL 212.16º 0.74% 0.26% -
HSV(B) 212.16º 0.85% 0.45% -
XYZ 4.99 4.78 16.58 -
YUV 54.47 161.59 101.27 -
System Red Green Blue C M Y K H S L
Decimal 17 62 114 0.85 0.46 0 0.55 212.16 0.74 0.26
Hex 11 3E 72 55 2E 0 37 D4 4A 1A
Octal 21 76 162 125 56 0 67 324 112 32
Binary 10001 111110 1110010 1010101 101110 0 110111 11010100 1001010 11010

Color Harmonies of #113E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113E72

Black with #113E72

Text Example


Text Example

White with #113E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,62,114); }

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

background-color css

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

 a { background-color: rgb(17,62,114); }

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

border-color css

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

 span { border-color: rgb(17,62,114); }

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