Html Css Color HEX #113A76 Dark Cerulean

📋 copy color: '#113A76'

red 17 ◦ green 58 ◦ blue 118

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

Shades of Dark Cerulean #113A76

Tints of Dark Cerulean #113A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 61.14%

R = 8.81%
G = 30.05%
B = 61.14%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#113A76 (or 0x113A76) is known color: Dark Cerulean. HEX triplet: 11, 3A and 76. RGB value is (17,58,118). Sum of RGB (Red+Green+Blue) = 17+58+118=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #113A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A76 is #EEC589. Grayscale: #343434. Windows color (decimal): -15648138 or 7748113. OLE color: 7748113.

HSL color Cylindrical-coordinate representation of color #113A76: hue angle of 215.64º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113A76 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 58 118 -
CMYK 0.86 0.51 0 0.54
HSL 215.64º 0.75% 0.26% -
HSV(B) 215.64º 0.86% 0.46% -
XYZ 5.01 4.45 17.73 -
YUV 52.58 164.92 102.62 -
System Red Green Blue C M Y K H S L
Decimal 17 58 118 0.86 0.51 0 0.54 215.64 0.75 0.26
Hex 11 3A 76 56 33 0 36 D8 4B 1A
Octal 21 72 166 126 63 0 66 330 113 32
Binary 10001 111010 1110110 1010110 110011 0 110110 11011000 1001011 11010

Color Harmonies of #113A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A76

Black with #113A76

Text Example


Text Example

White with #113A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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