Html Css Color HEX #133360 Prussian Blue

📋 copy color: '#133360'

red 19 ◦ green 51 ◦ blue 96

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

Shades of Prussian Blue #133360

Tints of Prussian Blue #133360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 57.83%

R = 11.45%
G = 30.72%
B = 57.83%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133360 (or 0x133360) is known color: Prussian Blue. HEX triplet: 13, 33 and 60. RGB value is (19,51,96). Sum of RGB (Red+Green+Blue) = 19+51+96=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #133360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133360 is #ECCC9F. Grayscale: #2E2E2E. Windows color (decimal): -15518880 or 6304531. OLE color: 6304531.

HSL color Cylindrical-coordinate representation of color #133360: hue angle of 215.06º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133360 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 51 96 -
CMYK 0.80 0.47 0 0.62
HSL 215.06º 0.67% 0.23% -
HSV(B) 215.06º 0.8% 0.38% -
XYZ 3.56 3.35 11.53 -
YUV 46.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 19 51 96 0.80 0.47 0 0.62 215.06 0.67 0.23
Hex 13 33 60 50 2F 0 3E D7 43 17
Octal 23 63 140 120 57 0 76 327 103 27
Binary 10011 110011 1100000 1010000 101111 0 111110 11010111 1000011 10111

Color Harmonies of #133360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133360

Black with #133360

Text Example


Text Example

White with #133360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133360; }

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

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

background-color css

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

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

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

border-color css

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

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

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