Html Css Color HEX #133D69 Prussian Blue

📋 copy color: '#133D69'

red 19 ◦ green 61 ◦ blue 105

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

Shades of Prussian Blue #133D69

Tints of Prussian Blue #133D69

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.97%

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

R = 10.27%
G = 32.97%
B = 56.76%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#133D69 (or 0x133D69) is known color: Prussian Blue. HEX triplet: 13, 3D and 69. RGB value is (19,61,105). Sum of RGB (Red+Green+Blue) = 19+61+105=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #133D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D69 is #ECC296. Grayscale: #353535. Windows color (decimal): -15516311 or 6896915. OLE color: 6896915.

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

Color convert

RGB 19 61 105 -
CMYK 0.82 0.42 0 0.59
HSL 210.7º 0.69% 0.24% -
HSV(B) 210.7º 0.82% 0.41% -
XYZ 4.49 4.5 14 -
YUV 53.46 157.09 103.42 -
System Red Green Blue C M Y K H S L
Decimal 19 61 105 0.82 0.42 0 0.59 210.7 0.69 0.24
Hex 13 3D 69 52 2A 0 3B D3 45 18
Octal 23 75 151 122 52 0 73 323 105 30
Binary 10011 111101 1101001 1010010 101010 0 111011 11010011 1000101 11000

Color Harmonies of #133D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D69

Black with #133D69

Text Example


Text Example

White with #133D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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