Html Css Color HEX #013456 Prussian Blue

📋 copy color: '#013456'

red 1 ◦ green 52 ◦ blue 86

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

Shades of Prussian Blue #013456

Tints of Prussian Blue #013456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 61.87%

R = 0.72%
G = 37.41%
B = 61.87%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#013456 (or 0x013456) is known color: Prussian Blue. HEX triplet: 01, 34 and 56. RGB value is (1,52,86). Sum of RGB (Red+Green+Blue) = 1+52+86=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #013456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013456 is #FECBA9. Grayscale: #282828. Windows color (decimal): -16698282 or 5649409. OLE color: 5649409.

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

Color convert

RGB 1 52 86 -
CMYK 0.99 0.40 0 0.66
HSL 204º 0.98% 0.17% -
HSV(B) 204º 0.99% 0.34% -
XYZ 2.92 3.13 9.26 -
YUV 40.63 153.6 99.74 -
System Red Green Blue C M Y K H S L
Decimal 1 52 86 0.99 0.40 0 0.66 204 0.98 0.17
Hex 1 34 56 63 28 0 42 CC 62 11
Octal 1 64 126 143 50 0 102 314 142 21
Binary 1 110100 1010110 1100011 101000 0 1000010 11001100 1100010 10001

Color Harmonies of #013456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013456

Black with #013456

Text Example


Text Example

White with #013456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013456; }

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

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

background-color css

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

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

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

border-color css

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

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

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