Html Css Color HEX #133765 Prussian Blue

📋 copy color: '#133765'

red 19 ◦ green 55 ◦ blue 101

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

Shades of Prussian Blue #133765

Tints of Prussian Blue #133765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 57.71%

R = 10.86%
G = 31.43%
B = 57.71%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#133765 (or 0x133765) is known color: Prussian Blue. HEX triplet: 13, 37 and 65. RGB value is (19,55,101). Sum of RGB (Red+Green+Blue) = 19+55+101=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #133765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133765 is #ECC89A. Grayscale: #313131. Windows color (decimal): -15517851 or 6633235. OLE color: 6633235.

HSL color Cylindrical-coordinate representation of color #133765: hue angle of 213.66º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133765 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 55 101 -
CMYK 0.81 0.46 0 0.60
HSL 213.66º 0.68% 0.24% -
HSV(B) 213.66º 0.81% 0.4% -
XYZ 3.98 3.81 12.84 -
YUV 49.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 19 55 101 0.81 0.46 0 0.60 213.66 0.68 0.24
Hex 13 37 65 51 2E 0 3C D6 44 18
Octal 23 67 145 121 56 0 74 326 104 30
Binary 10011 110111 1100101 1010001 101110 0 111100 11010110 1000100 11000

Color Harmonies of #133765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133765

Black with #133765

Text Example


Text Example

White with #133765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133765; }

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

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

background-color css

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

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

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

border-color css

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

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

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