Html Css Color HEX #013359 Prussian Blue

📋 copy color: '#013359'

red 1 ◦ green 51 ◦ blue 89

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

Shades of Prussian Blue #013359

Tints of Prussian Blue #013359

RGB

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

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

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

R = 0.71%
G = 36.17%
B = 63.12%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#013359 (or 0x013359) is known color: Prussian Blue. HEX triplet: 01, 33 and 59. RGB value is (1,51,89). Sum of RGB (Red+Green+Blue) = 1+51+89=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #013359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013359 is #FECCA6. Grayscale: #282828. Windows color (decimal): -16698535 or 5845761. OLE color: 5845761.

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

Color convert

RGB 1 51 89 -
CMYK 0.99 0.43 0 0.65
HSL 205.91º 0.98% 0.18% -
HSV(B) 205.91º 0.99% 0.35% -
XYZ 3 3.1 9.89 -
YUV 40.38 155.44 99.91 -
System Red Green Blue C M Y K H S L
Decimal 1 51 89 0.99 0.43 0 0.65 205.91 0.98 0.18
Hex 1 33 59 63 2B 0 41 CE 62 12
Octal 1 63 131 143 53 0 101 316 142 22
Binary 1 110011 1011001 1100011 101011 0 1000001 11001110 1100010 10010

Color Harmonies of #013359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013359

Black with #013359

Text Example


Text Example

White with #013359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013359; }

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

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

background-color css

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

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

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

border-color css

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

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

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