Html Css Color HEX #013459 Prussian Blue

📋 copy color: '#013459'

red 1 ◦ green 52 ◦ blue 89

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

Shades of Prussian Blue #013459

Tints of Prussian Blue #013459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 62.68%

R = 0.7%
G = 36.62%
B = 62.68%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#013459 (or 0x013459) is known color: Prussian Blue. HEX triplet: 01, 34 and 59. RGB value is (1,52,89). Sum of RGB (Red+Green+Blue) = 1+52+89=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #013459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013459 is #FECBA6. Grayscale: #282828. Windows color (decimal): -16698279 or 5846017. OLE color: 5846017.

HSL color Cylindrical-coordinate representation of color #013459: hue angle of 205.23º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013459 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 52 89 -
CMYK 0.99 0.42 0 0.65
HSL 205.23º 0.98% 0.18% -
HSV(B) 205.23º 0.99% 0.35% -
XYZ 3.04 3.18 9.91 -
YUV 40.97 155.1 99.49 -
System Red Green Blue C M Y K H S L
Decimal 1 52 89 0.99 0.42 0 0.65 205.23 0.98 0.18
Hex 1 34 59 63 2A 0 41 CD 62 12
Octal 1 64 131 143 52 0 101 315 142 22
Binary 1 110100 1011001 1100011 101010 0 1000001 11001101 1100010 10010

Color Harmonies of #013459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013459

Black with #013459

Text Example


Text Example

White with #013459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013459; }

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

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

background-color css

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

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

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

border-color css

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

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

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