Html Css Color HEX #133669 Prussian Blue

📋 copy color: '#133669'

red 19 ◦ green 54 ◦ blue 105

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

Shades of Prussian Blue #133669

Tints of Prussian Blue #133669

RGB

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

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

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

R = 10.67%
G = 30.34%
B = 58.99%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#133669 (or 0x133669) is known color: Prussian Blue. HEX triplet: 13, 36 and 69. RGB value is (19,54,105). Sum of RGB (Red+Green+Blue) = 19+54+105=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #133669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133669 is #ECC996. Grayscale: #313131. Windows color (decimal): -15518103 or 6895123. OLE color: 6895123.

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

Color convert

RGB 19 54 105 -
CMYK 0.82 0.49 0 0.59
HSL 215.58º 0.69% 0.24% -
HSV(B) 215.58º 0.82% 0.41% -
XYZ 4.14 3.8 13.88 -
YUV 49.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 19 54 105 0.82 0.49 0 0.59 215.58 0.69 0.24
Hex 13 36 69 52 31 0 3B D8 45 18
Octal 23 66 151 122 61 0 73 330 105 30
Binary 10011 110110 1101001 1010010 110001 0 111011 11011000 1000101 11000

Color Harmonies of #133669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133669

Black with #133669

Text Example


Text Example

White with #133669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133669; }

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

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

background-color css

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

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

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

border-color css

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

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

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