Html Css Color HEX #133869 Prussian Blue

📋 copy color: '#133869'

red 19 ◦ green 56 ◦ blue 105

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

Shades of Prussian Blue #133869

Tints of Prussian Blue #133869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.11%

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

R = 10.56%
G = 31.11%
B = 58.33%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#133869 (or 0x133869) is known color: Prussian Blue. HEX triplet: 13, 38 and 69. RGB value is (19,56,105). Sum of RGB (Red+Green+Blue) = 19+56+105=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 105 (41.41% from 255 or 58.33% from 180); Max value from RGB is 105 - color contains mainly: blue. Hex color #133869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133869 is #ECC796. Grayscale: #323232. Windows color (decimal): -15517591 or 6895635. OLE color: 6895635.

HSL color Cylindrical-coordinate representation of color #133869: hue angle of 214.19º 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 #133869 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 56 105 -
CMYK 0.82 0.47 0 0.59
HSL 214.19º 0.69% 0.24% -
HSV(B) 214.19º 0.82% 0.41% -
XYZ 4.23 3.99 13.91 -
YUV 50.52 158.74 105.52 -
System Red Green Blue C M Y K H S L
Decimal 19 56 105 0.82 0.47 0 0.59 214.19 0.69 0.24
Hex 13 38 69 52 2F 0 3B D6 45 18
Octal 23 70 151 122 57 0 73 326 105 30
Binary 10011 111000 1101001 1010010 101111 0 111011 11010110 1000101 11000

Color Harmonies of #133869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133869

Black with #133869

Text Example


Text Example

White with #133869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133869; }

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

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

background-color css

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

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

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

border-color css

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

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

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