Html Css Color HEX #013553 Prussian Blue

📋 copy color: '#013553'

red 1 ◦ green 53 ◦ blue 83

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

Shades of Prussian Blue #013553

Tints of Prussian Blue #013553

RGB

 RED value IS 1 (0.78% from 255) = 0.73%

 GREEN value IS 53 (21.09% from 255) = 38.69%

 BLUE value IS 83 (32.81% from 255) = 60.58%

R = 0.73%
G = 38.69%
B = 60.58%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#013553 (or 0x013553) is known color: Prussian Blue. HEX triplet: 01, 35 and 53. RGB value is (1,53,83). Sum of RGB (Red+Green+Blue) = 1+53+83=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #013553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013553 is #FECAAC. Grayscale: #282828. Windows color (decimal): -16698029 or 5453057. OLE color: 5453057.

HSL color Cylindrical-coordinate representation of color #013553: hue angle of 201.95º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013553 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 53 83 -
CMYK 0.99 0.36 0 0.67
HSL 201.95º 0.98% 0.16% -
HSV(B) 201.95º 0.99% 0.33% -
XYZ 2.85 3.18 8.65 -
YUV 40.87 151.77 99.56 -
System Red Green Blue C M Y K H S L
Decimal 1 53 83 0.99 0.36 0 0.67 201.95 0.98 0.16
Hex 1 35 53 63 24 0 43 CA 62 10
Octal 1 65 123 143 44 0 103 312 142 20
Binary 1 110101 1010011 1100011 100100 0 1000011 11001010 1100010 10000

Color Harmonies of #013553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013553

Black with #013553

Text Example


Text Example

White with #013553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013553; }

 p { color: rgb(1,53,83); }

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

background-color css

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

 a { background-color: rgb(1,53,83); }

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

border-color css

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

 span { border-color: rgb(1,53,83); }

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