Html Css Color HEX #113A72 Dark Cerulean

📋 copy color: '#113A72'

red 17 ◦ green 58 ◦ blue 114

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

Shades of Dark Cerulean #113A72

Tints of Dark Cerulean #113A72

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.69%

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

R = 8.99%
G = 30.69%
B = 60.32%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#113A72 (or 0x113A72) is known color: Dark Cerulean. HEX triplet: 11, 3A and 72. RGB value is (17,58,114). Sum of RGB (Red+Green+Blue) = 17+58+114=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #113A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A72 is #EEC58D. Grayscale: #333333. Windows color (decimal): -15648142 or 7485969. OLE color: 7485969.

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

Color convert

RGB 17 58 114 -
CMYK 0.85 0.49 0 0.55
HSL 214.64º 0.74% 0.26% -
HSV(B) 214.64º 0.85% 0.45% -
XYZ 4.78 4.36 16.51 -
YUV 52.13 162.92 102.95 -
System Red Green Blue C M Y K H S L
Decimal 17 58 114 0.85 0.49 0 0.55 214.64 0.74 0.26
Hex 11 3A 72 55 31 0 37 D7 4A 1A
Octal 21 72 162 125 61 0 67 327 112 32
Binary 10001 111010 1110010 1010101 110001 0 110111 11010111 1001010 11010

Color Harmonies of #113A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A72

Black with #113A72

Text Example


Text Example

White with #113A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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