Html Css Color HEX #133770 Prussian Blue

📋 copy color: '#133770'

red 19 ◦ green 55 ◦ blue 112

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

Shades of Prussian Blue #133770

Tints of Prussian Blue #133770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.57%

 BLUE value IS 112 (44.14% from 255) = 60.22%

R = 10.22%
G = 29.57%
B = 60.22%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#133770 (or 0x133770) is known color: Prussian Blue. HEX triplet: 13, 37 and 70. RGB value is (19,55,112). Sum of RGB (Red+Green+Blue) = 19+55+112=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #133770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133770 is #ECC88F. Grayscale: #323232. Windows color (decimal): -15517840 or 7354131. OLE color: 7354131.

HSL color Cylindrical-coordinate representation of color #133770: hue angle of 216.77º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133770 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 55 112 -
CMYK 0.83 0.51 0 0.56
HSL 216.77º 0.71% 0.26% -
HSV(B) 216.77º 0.83% 0.44% -
XYZ 4.56 4.04 15.87 -
YUV 50.73 162.57 105.37 -
System Red Green Blue C M Y K H S L
Decimal 19 55 112 0.83 0.51 0 0.56 216.77 0.71 0.26
Hex 13 37 70 53 33 0 38 D9 47 1A
Octal 23 67 160 123 63 0 70 331 107 32
Binary 10011 110111 1110000 1010011 110011 0 111000 11011001 1000111 11010

Color Harmonies of #133770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133770

Black with #133770

Text Example


Text Example

White with #133770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133770; }

 p { color: rgb(19,55,112); }

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

background-color css

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

 a { background-color: rgb(19,55,112); }

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

border-color css

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

 span { border-color: rgb(19,55,112); }

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