Html Css Color HEX #013959 Prussian Blue

📋 copy color: '#013959'

red 1 ◦ green 57 ◦ blue 89

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

Shades of Prussian Blue #013959

Tints of Prussian Blue #013959

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38.78%

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

R = 0.68%
G = 38.78%
B = 60.54%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#013959 (or 0x013959) is known color: Prussian Blue. HEX triplet: 01, 39 and 59. RGB value is (1,57,89). Sum of RGB (Red+Green+Blue) = 1+57+89=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #013959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013959 is #FEC6A6. Grayscale: #2B2B2B. Windows color (decimal): -16696999 or 5847297. OLE color: 5847297.

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

Color convert

RGB 1 57 89 -
CMYK 0.99 0.36 0 0.65
HSL 201.82º 0.98% 0.18% -
HSV(B) 201.82º 0.99% 0.35% -
XYZ 3.28 3.65 9.98 -
YUV 43.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 1 57 89 0.99 0.36 0 0.65 201.82 0.98 0.18
Hex 1 39 59 63 24 0 41 CA 62 12
Octal 1 71 131 143 44 0 101 312 142 22
Binary 1 111001 1011001 1100011 100100 0 1000001 11001010 1100010 10010

Color Harmonies of #013959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013959

Black with #013959

Text Example


Text Example

White with #013959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013959; }

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

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

background-color css

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

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

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

border-color css

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

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

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