Html Css Color HEX #013759 Prussian Blue

📋 copy color: '#013759'

red 1 ◦ green 55 ◦ blue 89

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

Shades of Prussian Blue #013759

Tints of Prussian Blue #013759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.93%

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

R = 0.69%
G = 37.93%
B = 61.38%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#013759 (or 0x013759) is known color: Prussian Blue. HEX triplet: 01, 37 and 59. RGB value is (1,55,89). Sum of RGB (Red+Green+Blue) = 1+55+89=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #013759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013759 is #FEC8A6. Grayscale: #2A2A2A. Windows color (decimal): -16697511 or 5846785. OLE color: 5846785.

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

Color convert

RGB 1 55 89 -
CMYK 0.99 0.38 0 0.65
HSL 203.18º 0.98% 0.18% -
HSV(B) 203.18º 0.99% 0.35% -
XYZ 3.18 3.46 9.95 -
YUV 42.73 154.11 98.24 -
System Red Green Blue C M Y K H S L
Decimal 1 55 89 0.99 0.38 0 0.65 203.18 0.98 0.18
Hex 1 37 59 63 26 0 41 CB 62 12
Octal 1 67 131 143 46 0 101 313 142 22
Binary 1 110111 1011001 1100011 100110 0 1000001 11001011 1100010 10010

Color Harmonies of #013759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013759

Black with #013759

Text Example


Text Example

White with #013759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013759; }

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

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

background-color css

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

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

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

border-color css

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

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

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