Html Css Color HEX #113A78 Dark Cerulean

📋 copy color: '#113A78'

red 17 ◦ green 58 ◦ blue 120

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

Shades of Dark Cerulean #113A78

Tints of Dark Cerulean #113A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 61.54%

R = 8.72%
G = 29.74%
B = 61.54%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#113A78 (or 0x113A78) is known color: Dark Cerulean. HEX triplet: 11, 3A and 78. RGB value is (17,58,120). Sum of RGB (Red+Green+Blue) = 17+58+120=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 120 (47.27% from 255 or 61.54% from 195); Max value from RGB is 120 - color contains mainly: blue. Hex color #113A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A78 is #EEC587. Grayscale: #343434. Windows color (decimal): -15648136 or 7879185. OLE color: 7879185.

HSL color Cylindrical-coordinate representation of color #113A78: hue angle of 216.12º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113A78 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 58 120 -
CMYK 0.86 0.52 0 0.53
HSL 216.12º 0.75% 0.27% -
HSV(B) 216.12º 0.86% 0.47% -
XYZ 5.13 4.5 18.37 -
YUV 52.81 165.92 102.46 -
System Red Green Blue C M Y K H S L
Decimal 17 58 120 0.86 0.52 0 0.53 216.12 0.75 0.27
Hex 11 3A 78 56 34 0 35 D8 4B 1B
Octal 21 72 170 126 64 0 65 330 113 33
Binary 10001 111010 1111000 1010110 110100 0 110101 11011000 1001011 11011

Color Harmonies of #113A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A78

Black with #113A78

Text Example


Text Example

White with #113A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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