Html Css Color HEX #113A74 Dark Cerulean

📋 copy color: '#113A74'

red 17 ◦ green 58 ◦ blue 116

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

Shades of Dark Cerulean #113A74

Tints of Dark Cerulean #113A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 60.73%

R = 8.9%
G = 30.37%
B = 60.73%

CMYK

 C value IS 0.85

 M value IS 0.5

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#113A74 (or 0x113A74) is known color: Dark Cerulean. HEX triplet: 11, 3A and 74. RGB value is (17,58,116). Sum of RGB (Red+Green+Blue) = 17+58+116=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 116 (45.70% from 255 or 60.73% from 191); Max value from RGB is 116 - color contains mainly: blue. Hex color #113A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A74 is #EEC58B. Grayscale: #343434. Windows color (decimal): -15648140 or 7617041. OLE color: 7617041.

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

Color convert

RGB 17 58 116 -
CMYK 0.85 0.5 0 0.55
HSL 215.15º 0.74% 0.26% -
HSV(B) 215.15º 0.85% 0.45% -
XYZ 4.9 4.41 17.12 -
YUV 52.35 163.92 102.78 -
System Red Green Blue C M Y K H S L
Decimal 17 58 116 0.85 0.5 0 0.55 215.15 0.74 0.26
Hex 11 3A 74 55 32 0 37 D7 4A 1A
Octal 21 72 164 125 62 0 67 327 112 32
Binary 10001 111010 1110100 1010101 110010 0 110111 11010111 1001010 11010

Color Harmonies of #113A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A74

Black with #113A74

Text Example


Text Example

White with #113A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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