Html Css Color HEX #133764 Prussian Blue

📋 copy color: '#133764'

red 19 ◦ green 55 ◦ blue 100

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

Shades of Prussian Blue #133764

Tints of Prussian Blue #133764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 57.47%

R = 10.92%
G = 31.61%
B = 57.47%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#133764 (or 0x133764) is known color: Prussian Blue. HEX triplet: 13, 37 and 64. RGB value is (19,55,100). Sum of RGB (Red+Green+Blue) = 19+55+100=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 100 (39.45% from 255 or 57.47% from 174); Max value from RGB is 100 - color contains mainly: blue. Hex color #133764 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133764 is #ECC89B. Grayscale: #313131. Windows color (decimal): -15517852 or 6567699. OLE color: 6567699.

HSL color Cylindrical-coordinate representation of color #133764: hue angle of 213.33º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133764 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 55 100 -
CMYK 0.81 0.45 0 0.61
HSL 213.33º 0.68% 0.23% -
HSV(B) 213.33º 0.81% 0.39% -
XYZ 3.93 3.79 12.58 -
YUV 49.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 19 55 100 0.81 0.45 0 0.61 213.33 0.68 0.23
Hex 13 37 64 51 2D 0 3D D5 44 17
Octal 23 67 144 121 55 0 75 325 104 27
Binary 10011 110111 1100100 1010001 101101 0 111101 11010101 1000100 10111

Color Harmonies of #133764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133764

Black with #133764

Text Example


Text Example

White with #133764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133764; }

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

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

background-color css

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

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

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

border-color css

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

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

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