Html Css Color HEX #013859 Prussian Blue

📋 copy color: '#013859'

red 1 ◦ green 56 ◦ blue 89

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

Shades of Prussian Blue #013859

Tints of Prussian Blue #013859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.36%

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

R = 0.68%
G = 38.36%
B = 60.96%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#013859 (or 0x013859) is known color: Prussian Blue. HEX triplet: 01, 38 and 59. RGB value is (1,56,89). Sum of RGB (Red+Green+Blue) = 1+56+89=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #013859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013859 is #FEC7A6. Grayscale: #2B2B2B. Windows color (decimal): -16697255 or 5847041. OLE color: 5847041.

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

Color convert

RGB 1 56 89 -
CMYK 0.99 0.37 0 0.65
HSL 202.5º 0.98% 0.18% -
HSV(B) 202.5º 0.99% 0.35% -
XYZ 3.23 3.56 9.97 -
YUV 43.32 153.78 97.82 -
System Red Green Blue C M Y K H S L
Decimal 1 56 89 0.99 0.37 0 0.65 202.5 0.98 0.18
Hex 1 38 59 63 25 0 41 CA 62 12
Octal 1 70 131 143 45 0 101 312 142 22
Binary 1 111000 1011001 1100011 100101 0 1000001 11001010 1100010 10010

Color Harmonies of #013859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013859

Black with #013859

Text Example


Text Example

White with #013859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013859; }

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

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

background-color css

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

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

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

border-color css

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

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

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