Html Css Color HEX #133769 Prussian Blue

📋 copy color: '#133769'

red 19 ◦ green 55 ◦ blue 105

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

Shades of Prussian Blue #133769

Tints of Prussian Blue #133769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 58.66%

R = 10.61%
G = 30.73%
B = 58.66%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#133769 (or 0x133769) is known color: Prussian Blue. HEX triplet: 13, 37 and 69. RGB value is (19,55,105). Sum of RGB (Red+Green+Blue) = 19+55+105=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #133769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133769 is #ECC896. Grayscale: #313131. Windows color (decimal): -15517847 or 6895379. OLE color: 6895379.

HSL color Cylindrical-coordinate representation of color #133769: hue angle of 214.88º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133769 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 55 105 -
CMYK 0.82 0.48 0 0.59
HSL 214.88º 0.69% 0.24% -
HSV(B) 214.88º 0.82% 0.41% -
XYZ 4.18 3.89 13.9 -
YUV 49.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 19 55 105 0.82 0.48 0 0.59 214.88 0.69 0.24
Hex 13 37 69 52 30 0 3B D7 45 18
Octal 23 67 151 122 60 0 73 327 105 30
Binary 10011 110111 1101001 1010010 110000 0 111011 11010111 1000101 11000

Color Harmonies of #133769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133769

Black with #133769

Text Example


Text Example

White with #133769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133769; }

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

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

background-color css

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

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

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

border-color css

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

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

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