Html Css Color HEX #133870 Prussian Blue

📋 copy color: '#133870'

red 19 ◦ green 56 ◦ blue 112

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

Shades of Prussian Blue #133870

Tints of Prussian Blue #133870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.95%

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

R = 10.16%
G = 29.95%
B = 59.89%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#133870 (or 0x133870) is known color: Prussian Blue. HEX triplet: 13, 38 and 70. RGB value is (19,56,112). Sum of RGB (Red+Green+Blue) = 19+56+112=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #133870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133870 is #ECC78F. Grayscale: #333333. Windows color (decimal): -15517584 or 7354387. OLE color: 7354387.

HSL color Cylindrical-coordinate representation of color #133870: hue angle of 216.13º 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 #133870 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 56 112 -
CMYK 0.83 0.50 0 0.56
HSL 216.13º 0.71% 0.26% -
HSV(B) 216.13º 0.83% 0.44% -
XYZ 4.61 4.14 15.88 -
YUV 51.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 19 56 112 0.83 0.50 0 0.56 216.13 0.71 0.26
Hex 13 38 70 53 32 0 38 D8 47 1A
Octal 23 70 160 123 62 0 70 330 107 32
Binary 10011 111000 1110000 1010011 110010 0 111000 11011000 1000111 11010

Color Harmonies of #133870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133870

Black with #133870

Text Example


Text Example

White with #133870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133870; }

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

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

background-color css

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

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

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

border-color css

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

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

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