Html Css Color HEX #133664 Prussian Blue

📋 copy color: '#133664'

red 19 ◦ green 54 ◦ blue 100

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

Shades of Prussian Blue #133664

Tints of Prussian Blue #133664

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.21%

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

R = 10.98%
G = 31.21%
B = 57.8%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#133664 (or 0x133664) is known color: Prussian Blue. HEX triplet: 13, 36 and 64. RGB value is (19,54,100). Sum of RGB (Red+Green+Blue) = 19+54+100=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 100 (39.45% from 255 or 57.80% from 173); Max value from RGB is 100 - color contains mainly: blue. Hex color #133664 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133664 is #ECC99B. Grayscale: #303030. Windows color (decimal): -15518108 or 6567443. OLE color: 6567443.

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

Color convert

RGB 19 54 100 -
CMYK 0.81 0.46 0 0.61
HSL 214.07º 0.68% 0.23% -
HSV(B) 214.07º 0.81% 0.39% -
XYZ 3.89 3.7 12.57 -
YUV 48.78 156.9 106.76 -
System Red Green Blue C M Y K H S L
Decimal 19 54 100 0.81 0.46 0 0.61 214.07 0.68 0.23
Hex 13 36 64 51 2E 0 3D D6 44 17
Octal 23 66 144 121 56 0 75 326 104 27
Binary 10011 110110 1100100 1010001 101110 0 111101 11010110 1000100 10111

Color Harmonies of #133664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133664

Black with #133664

Text Example


Text Example

White with #133664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133664; }

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

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

background-color css

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

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

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

border-color css

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

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

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