Html Css Color HEX #013554 Prussian Blue

📋 copy color: '#013554'

red 1 ◦ green 53 ◦ blue 84

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

Shades of Prussian Blue #013554

Tints of Prussian Blue #013554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 60.87%

R = 0.72%
G = 38.41%
B = 60.87%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#013554 (or 0x013554) is known color: Prussian Blue. HEX triplet: 01, 35 and 54. RGB value is (1,53,84). Sum of RGB (Red+Green+Blue) = 1+53+84=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 84 (33.20% from 255 or 60.87% from 138); Max value from RGB is 84 - color contains mainly: blue. Hex color #013554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013554 is #FECAAB. Grayscale: #282828. Windows color (decimal): -16698028 or 5518593. OLE color: 5518593.

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

Color convert

RGB 1 53 84 -
CMYK 0.99 0.37 0 0.67
HSL 202.41º 0.98% 0.17% -
HSV(B) 202.41º 0.99% 0.33% -
XYZ 2.89 3.19 8.85 -
YUV 40.99 152.27 99.48 -
System Red Green Blue C M Y K H S L
Decimal 1 53 84 0.99 0.37 0 0.67 202.41 0.98 0.17
Hex 1 35 54 63 25 0 43 CA 62 11
Octal 1 65 124 143 45 0 103 312 142 21
Binary 1 110101 1010100 1100011 100101 0 1000011 11001010 1100010 10001

Color Harmonies of #013554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013554

Black with #013554

Text Example


Text Example

White with #013554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013554; }

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

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

background-color css

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

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

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

border-color css

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

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

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