Html Css Color HEX #133C69 Prussian Blue

📋 copy color: '#133C69'

red 19 ◦ green 60 ◦ blue 105

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

Shades of Prussian Blue #133C69

Tints of Prussian Blue #133C69

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.61%

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

R = 10.33%
G = 32.61%
B = 57.07%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#133C69 (or 0x133C69) is known color: Prussian Blue. HEX triplet: 13, 3C and 69. RGB value is (19,60,105). Sum of RGB (Red+Green+Blue) = 19+60+105=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #133C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C69 is #ECC396. Grayscale: #343434. Windows color (decimal): -15516567 or 6896659. OLE color: 6896659.

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

Color convert

RGB 19 60 105 -
CMYK 0.82 0.43 0 0.59
HSL 211.4º 0.69% 0.24% -
HSV(B) 211.4º 0.82% 0.41% -
XYZ 4.43 4.39 13.98 -
YUV 52.87 157.42 103.84 -
System Red Green Blue C M Y K H S L
Decimal 19 60 105 0.82 0.43 0 0.59 211.4 0.69 0.24
Hex 13 3C 69 52 2B 0 3B D3 45 18
Octal 23 74 151 122 53 0 73 323 105 30
Binary 10011 111100 1101001 1010010 101011 0 111011 11010011 1000101 11000

Color Harmonies of #133C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C69

Black with #133C69

Text Example


Text Example

White with #133C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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