Html Css Color HEX #012857 Prussian Blue

📋 copy color: '#012857'

red 1 ◦ green 40 ◦ blue 87

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

Shades of Prussian Blue #012857

Tints of Prussian Blue #012857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 67.97%

R = 0.78%
G = 31.25%
B = 67.97%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#012857 (or 0x012857) is known color: Prussian Blue. HEX triplet: 01, 28 and 57. RGB value is (1,40,87). Sum of RGB (Red+Green+Blue) = 1+40+87=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 87 (34.38% from 255 or 67.97% from 128); Max value from RGB is 87 - color contains mainly: blue. Hex color #012857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012857 is #FED7A8. Grayscale: #212121. Windows color (decimal): -16701353 or 5711873. OLE color: 5711873.

HSL color Cylindrical-coordinate representation of color #012857: hue angle of 212.79º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012857 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 40 87 -
CMYK 0.99 0.54 0 0.66
HSL 212.79º 0.98% 0.17% -
HSV(B) 212.79º 0.99% 0.34% -
XYZ 2.49 2.21 9.31 -
YUV 33.7 158.08 104.68 -
System Red Green Blue C M Y K H S L
Decimal 1 40 87 0.99 0.54 0 0.66 212.79 0.98 0.17
Hex 1 28 57 63 36 0 42 D5 62 11
Octal 1 50 127 143 66 0 102 325 142 21
Binary 1 101000 1010111 1100011 110110 0 1000010 11010101 1100010 10001

Color Harmonies of #012857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012857

Black with #012857

Text Example


Text Example

White with #012857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012857; }

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

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

background-color css

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

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

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

border-color css

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

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

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