Html Css Color HEX #013254 Prussian Blue

📋 copy color: '#013254'

red 1 ◦ green 50 ◦ blue 84

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

Shades of Prussian Blue #013254

Tints of Prussian Blue #013254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.04%

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

R = 0.74%
G = 37.04%
B = 62.22%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#013254 (or 0x013254) is known color: Prussian Blue. HEX triplet: 01, 32 and 54. RGB value is (1,50,84). Sum of RGB (Red+Green+Blue) = 1+50+84=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 84 (33.20% from 255 or 62.22% from 135); Max value from RGB is 84 - color contains mainly: blue. Hex color #013254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013254 is #FECDAB. Grayscale: #272727. Windows color (decimal): -16698796 or 5517825. OLE color: 5517825.

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

Color convert

RGB 1 50 84 -
CMYK 0.99 0.40 0 0.67
HSL 204.58º 0.98% 0.17% -
HSV(B) 204.58º 0.99% 0.33% -
XYZ 2.75 2.93 8.81 -
YUV 39.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 1 50 84 0.99 0.40 0 0.67 204.58 0.98 0.17
Hex 1 32 54 63 28 0 43 CD 62 11
Octal 1 62 124 143 50 0 103 315 142 21
Binary 1 110010 1010100 1100011 101000 0 1000011 11001101 1100010 10001

Color Harmonies of #013254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013254

Black with #013254

Text Example


Text Example

White with #013254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013254; }

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

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

background-color css

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

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

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

border-color css

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

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

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