Html Css Color HEX #13335F Prussian Blue

📋 copy color: '#13335F'

red 19 ◦ green 51 ◦ blue 95

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

Shades of Prussian Blue #13335F

Tints of Prussian Blue #13335F

RGB

 RED value IS 19 (7.81% from 255) = 11.52%

 GREEN value IS 51 (20.31% from 255) = 30.91%

 BLUE value IS 95 (37.5% from 255) = 57.58%

R = 11.52%
G = 30.91%
B = 57.58%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13335F (or 0x13335F) is known color: Prussian Blue. HEX triplet: 13, 33 and 5F. RGB value is (19,51,95). Sum of RGB (Red+Green+Blue) = 19+51+95=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #13335F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13335F is #ECCCA0. Grayscale: #2E2E2E. Windows color (decimal): -15518881 or 6238995. OLE color: 6238995.

HSL color Cylindrical-coordinate representation of color #13335F: hue angle of 214.74º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13335F is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 51 95 -
CMYK 0.80 0.46 0 0.63
HSL 214.74º 0.67% 0.22% -
HSV(B) 214.74º 0.8% 0.37% -
XYZ 3.52 3.33 11.28 -
YUV 46.45 155.4 108.42 -
System Red Green Blue C M Y K H S L
Decimal 19 51 95 0.80 0.46 0 0.63 214.74 0.67 0.22
Hex 13 33 5F 50 2E 0 3F D7 43 16
Octal 23 63 137 120 56 0 77 327 103 26
Binary 10011 110011 1011111 1010000 101110 0 111111 11010111 1000011 10110

Color Harmonies of #13335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13335F

Black with #13335F

Text Example


Text Example

White with #13335F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13335F; }

 p { color: rgb(19,51,95); }

 H1.HeaderClassName
 {
   color: #13335F;
 }
 .AnyTagClassName
 {
   color: #13335F;
 }
</style>

background-color css

<style>
 a { background-color: #13335F; }

 a { background-color: rgb(19,51,95); }

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

border-color css

<style>
 span { border-color: #13335F; }

 span { border-color: rgb(19,51,95); }

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