Html Css Color HEX #013354 Prussian Blue

📋 copy color: '#013354'

red 1 ◦ green 51 ◦ blue 84

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

Shades of Prussian Blue #013354

Tints of Prussian Blue #013354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.5%

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

R = 0.74%
G = 37.5%
B = 61.76%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#013354 (or 0x013354) is known color: Prussian Blue. HEX triplet: 01, 33 and 54. RGB value is (1,51,84). Sum of RGB (Red+Green+Blue) = 1+51+84=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #013354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013354 is #FECCAB. Grayscale: #272727. Windows color (decimal): -16698540 or 5518081. OLE color: 5518081.

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

Color convert

RGB 1 51 84 -
CMYK 0.99 0.39 0 0.67
HSL 203.86º 0.98% 0.17% -
HSV(B) 203.86º 0.99% 0.33% -
XYZ 2.8 3.01 8.82 -
YUV 39.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 1 51 84 0.99 0.39 0 0.67 203.86 0.98 0.17
Hex 1 33 54 63 27 0 43 CC 62 11
Octal 1 63 124 143 47 0 103 314 142 21
Binary 1 110011 1010100 1100011 100111 0 1000011 11001100 1100010 10001

Color Harmonies of #013354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013354

Black with #013354

Text Example


Text Example

White with #013354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013354; }

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

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

background-color css

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

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

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

border-color css

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

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

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