Html Css Color HEX #113A6C Prussian Blue

📋 copy color: '#113A6C'

red 17 ◦ green 58 ◦ blue 108

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

Shades of Prussian Blue #113A6C

Tints of Prussian Blue #113A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 59.02%

R = 9.29%
G = 31.69%
B = 59.02%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#113A6C (or 0x113A6C) is known color: Prussian Blue. HEX triplet: 11, 3A and 6C. RGB value is (17,58,108). Sum of RGB (Red+Green+Blue) = 17+58+108=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #113A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A6C is #EEC593. Grayscale: #333333. Windows color (decimal): -15648148 or 7092753. OLE color: 7092753.

HSL color Cylindrical-coordinate representation of color #113A6C: hue angle of 212.97º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113A6C is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 58 108 -
CMYK 0.84 0.46 0 0.58
HSL 212.97º 0.73% 0.25% -
HSV(B) 212.97º 0.84% 0.42% -
XYZ 4.45 4.23 14.77 -
YUV 51.44 159.92 103.43 -
System Red Green Blue C M Y K H S L
Decimal 17 58 108 0.84 0.46 0 0.58 212.97 0.73 0.25
Hex 11 3A 6C 54 2E 0 3A D5 49 19
Octal 21 72 154 124 56 0 72 325 111 31
Binary 10001 111010 1101100 1010100 101110 0 111010 11010101 1001001 11001

Color Harmonies of #113A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A6C

Black with #113A6C

Text Example


Text Example

White with #113A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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