Html Css Color HEX #113A68 Prussian Blue

📋 copy color: '#113A68'

red 17 ◦ green 58 ◦ blue 104

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

Shades of Prussian Blue #113A68

Tints of Prussian Blue #113A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 58.1%

R = 9.5%
G = 32.4%
B = 58.1%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#113A68 (or 0x113A68) is known color: Prussian Blue. HEX triplet: 11, 3A and 68. RGB value is (17,58,104). Sum of RGB (Red+Green+Blue) = 17+58+104=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #113A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A68 is #EEC597. Grayscale: #323232. Windows color (decimal): -15648152 or 6830609. OLE color: 6830609.

HSL color Cylindrical-coordinate representation of color #113A68: hue angle of 211.72º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113A68 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 58 104 -
CMYK 0.84 0.44 0 0.59
HSL 211.72º 0.72% 0.24% -
HSV(B) 211.72º 0.84% 0.41% -
XYZ 4.24 4.14 13.67 -
YUV 50.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 17 58 104 0.84 0.44 0 0.59 211.72 0.72 0.24
Hex 11 3A 68 54 2C 0 3B D4 48 18
Octal 21 72 150 124 54 0 73 324 110 30
Binary 10001 111010 1101000 1010100 101100 0 111011 11010100 1001000 11000

Color Harmonies of #113A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A68

Black with #113A68

Text Example


Text Example

White with #113A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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