Html Css Color HEX #012656 Prussian Blue

📋 copy color: '#012656'

red 1 ◦ green 38 ◦ blue 86

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

Shades of Prussian Blue #012656

Tints of Prussian Blue #012656

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.4%

 BLUE value IS 86 (33.98% from 255) = 68.8%

R = 0.8%
G = 30.4%
B = 68.8%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#012656 (or 0x012656) is known color: Prussian Blue. HEX triplet: 01, 26 and 56. RGB value is (1,38,86). Sum of RGB (Red+Green+Blue) = 1+38+86=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 86 (33.98% from 255 or 68.8% from 125); Max value from RGB is 86 - color contains mainly: blue. Hex color #012656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012656 is #FED9A9. Grayscale: #202020. Windows color (decimal): -16701866 or 5645825. OLE color: 5645825.

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

Color convert

RGB 1 38 86 -
CMYK 0.99 0.56 0 0.66
HSL 213.88º 0.98% 0.17% -
HSV(B) 213.88º 0.99% 0.34% -
XYZ 2.39 2.06 9.08 -
YUV 32.41 158.24 105.6 -
System Red Green Blue C M Y K H S L
Decimal 1 38 86 0.99 0.56 0 0.66 213.88 0.98 0.17
Hex 1 26 56 63 38 0 42 D6 62 11
Octal 1 46 126 143 70 0 102 326 142 21
Binary 1 100110 1010110 1100011 111000 0 1000010 11010110 1100010 10001

Color Harmonies of #012656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012656

Black with #012656

Text Example


Text Example

White with #012656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012656; }

 p { color: rgb(1,38,86); }

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

background-color css

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

 a { background-color: rgb(1,38,86); }

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

border-color css

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

 span { border-color: rgb(1,38,86); }

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