Html Css Color HEX #012859 Prussian Blue

📋 copy color: '#012859'

red 1 ◦ green 40 ◦ blue 89

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

Shades of Prussian Blue #012859

Tints of Prussian Blue #012859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.77%

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

R = 0.77%
G = 30.77%
B = 68.46%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#012859 (or 0x012859) is known color: Prussian Blue. HEX triplet: 01, 28 and 59. RGB value is (1,40,89). Sum of RGB (Red+Green+Blue) = 1+40+89=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 89 (35.16% from 255 or 68.46% from 130); Max value from RGB is 89 - color contains mainly: blue. Hex color #012859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012859 is #FED7A6. Grayscale: #212121. Windows color (decimal): -16701351 or 5842945. OLE color: 5842945.

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

Color convert

RGB 1 40 89 -
CMYK 0.99 0.55 0 0.65
HSL 213.41º 0.98% 0.18% -
HSV(B) 213.41º 0.99% 0.35% -
XYZ 2.57 2.25 9.75 -
YUV 33.93 159.08 104.52 -
System Red Green Blue C M Y K H S L
Decimal 1 40 89 0.99 0.55 0 0.65 213.41 0.98 0.18
Hex 1 28 59 63 37 0 41 D5 62 12
Octal 1 50 131 143 67 0 101 325 142 22
Binary 1 101000 1011001 1100011 110111 0 1000001 11010101 1100010 10010

Color Harmonies of #012859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012859

Black with #012859

Text Example


Text Example

White with #012859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012859; }

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

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

background-color css

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

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

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

border-color css

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

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

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