Html Css Color HEX #133566 Prussian Blue

📋 copy color: '#133566'

red 19 ◦ green 53 ◦ blue 102

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

Shades of Prussian Blue #133566

Tints of Prussian Blue #133566

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.46%

 BLUE value IS 102 (40.23% from 255) = 58.62%

R = 10.92%
G = 30.46%
B = 58.62%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#133566 (or 0x133566) is known color: Prussian Blue. HEX triplet: 13, 35 and 66. RGB value is (19,53,102). Sum of RGB (Red+Green+Blue) = 19+53+102=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #133566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133566 is #ECCA99. Grayscale: #303030. Windows color (decimal): -15518362 or 6698259. OLE color: 6698259.

HSL color Cylindrical-coordinate representation of color #133566: hue angle of 215.42º degrees, saturation: 0.69, 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 #133566 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 53 102 -
CMYK 0.81 0.48 0 0.6
HSL 215.42º 0.69% 0.24% -
HSV(B) 215.42º 0.81% 0.4% -
XYZ 3.94 3.64 13.07 -
YUV 48.42 158.24 107.02 -
System Red Green Blue C M Y K H S L
Decimal 19 53 102 0.81 0.48 0 0.6 215.42 0.69 0.24
Hex 13 35 66 51 30 0 3C D7 45 18
Octal 23 65 146 121 60 0 74 327 105 30
Binary 10011 110101 1100110 1010001 110000 0 111100 11010111 1000101 11000

Color Harmonies of #133566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133566

Black with #133566

Text Example


Text Example

White with #133566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133566; }

 p { color: rgb(19,53,102); }

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

background-color css

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

 a { background-color: rgb(19,53,102); }

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

border-color css

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

 span { border-color: rgb(19,53,102); }

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