Html Css Color HEX #013454 Prussian Blue

📋 copy color: '#013454'

red 1 ◦ green 52 ◦ blue 84

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

Shades of Prussian Blue #013454

Tints of Prussian Blue #013454

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.96%

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

R = 0.73%
G = 37.96%
B = 61.31%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#013454 (or 0x013454) is known color: Prussian Blue. HEX triplet: 01, 34 and 54. RGB value is (1,52,84). Sum of RGB (Red+Green+Blue) = 1+52+84=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 84 (33.20% from 255 or 61.31% from 137); Max value from RGB is 84 - color contains mainly: blue. Hex color #013454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013454 is #FECBAB. Grayscale: #282828. Windows color (decimal): -16698284 or 5518337. OLE color: 5518337.

HSL color Cylindrical-coordinate representation of color #013454: hue angle of 203.13º 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 #013454 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 52 84 -
CMYK 0.99 0.38 0 0.67
HSL 203.13º 0.98% 0.17% -
HSV(B) 203.13º 0.99% 0.33% -
XYZ 2.84 3.1 8.84 -
YUV 40.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 1 52 84 0.99 0.38 0 0.67 203.13 0.98 0.17
Hex 1 34 54 63 26 0 43 CB 62 11
Octal 1 64 124 143 46 0 103 313 142 21
Binary 1 110100 1010100 1100011 100110 0 1000011 11001011 1100010 10001

Color Harmonies of #013454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013454

Black with #013454

Text Example


Text Example

White with #013454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013454; }

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

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

background-color css

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

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

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

border-color css

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

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

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