Html Css Color HEX #133461 Prussian Blue

📋 copy color: '#133461'

red 19 ◦ green 52 ◦ blue 97

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

Shades of Prussian Blue #133461

Tints of Prussian Blue #133461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.95%

 BLUE value IS 97 (38.28% from 255) = 57.74%

R = 11.31%
G = 30.95%
B = 57.74%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133461 (or 0x133461) is known color: Prussian Blue. HEX triplet: 13, 34 and 61. RGB value is (19,52,97). Sum of RGB (Red+Green+Blue) = 19+52+97=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #133461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133461 is #ECCB9E. Grayscale: #2F2F2F. Windows color (decimal): -15518623 or 6370323. OLE color: 6370323.

HSL color Cylindrical-coordinate representation of color #133461: hue angle of 214.62º 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 #133461 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 52 97 -
CMYK 0.80 0.46 0 0.62
HSL 214.62º 0.67% 0.23% -
HSV(B) 214.62º 0.8% 0.38% -
XYZ 3.65 3.46 11.78 -
YUV 47.26 156.07 107.84 -
System Red Green Blue C M Y K H S L
Decimal 19 52 97 0.80 0.46 0 0.62 214.62 0.67 0.23
Hex 13 34 61 50 2E 0 3E D7 43 17
Octal 23 64 141 120 56 0 76 327 103 27
Binary 10011 110100 1100001 1010000 101110 0 111110 11010111 1000011 10111

Color Harmonies of #133461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133461

Black with #133461

Text Example


Text Example

White with #133461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133461; }

 p { color: rgb(19,52,97); }

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

background-color css

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

 a { background-color: rgb(19,52,97); }

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

border-color css

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

 span { border-color: rgb(19,52,97); }

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