Html Css Color HEX #133766 Prussian Blue

📋 copy color: '#133766'

red 19 ◦ green 55 ◦ blue 102

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

Shades of Prussian Blue #133766

Tints of Prussian Blue #133766

RGB

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

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

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

R = 10.8%
G = 31.25%
B = 57.95%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#133766 (or 0x133766) is known color: Prussian Blue. HEX triplet: 13, 37 and 66. RGB value is (19,55,102). Sum of RGB (Red+Green+Blue) = 19+55+102=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #133766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133766 is #ECC899. Grayscale: #313131. Windows color (decimal): -15517850 or 6698771. OLE color: 6698771.

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

Color convert

RGB 19 55 102 -
CMYK 0.81 0.46 0 0.6
HSL 213.98º 0.69% 0.24% -
HSV(B) 213.98º 0.81% 0.4% -
XYZ 4.03 3.83 13.1 -
YUV 49.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 19 55 102 0.81 0.46 0 0.6 213.98 0.69 0.24
Hex 13 37 66 51 2E 0 3C D6 45 18
Octal 23 67 146 121 56 0 74 326 105 30
Binary 10011 110111 1100110 1010001 101110 0 111100 11010110 1000101 11000

Color Harmonies of #133766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133766

Black with #133766

Text Example


Text Example

White with #133766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133766; }

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

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

background-color css

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

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

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

border-color css

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

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

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