Html Css Color HEX #012655 Prussian Blue

📋 copy color: '#012655'

red 1 ◦ green 38 ◦ blue 85

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

Shades of Prussian Blue #012655

Tints of Prussian Blue #012655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 68.55%

R = 0.81%
G = 30.65%
B = 68.55%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#012655 (or 0x012655) is known color: Prussian Blue. HEX triplet: 01, 26 and 55. RGB value is (1,38,85). Sum of RGB (Red+Green+Blue) = 1+38+85=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 85 (33.59% from 255 or 68.55% from 124); Max value from RGB is 85 - color contains mainly: blue. Hex color #012655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012655 is #FED9AA. Grayscale: #202020. Windows color (decimal): -16701867 or 5580289. OLE color: 5580289.

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

Color convert

RGB 1 38 85 -
CMYK 0.99 0.55 0 0.67
HSL 213.57º 0.98% 0.17% -
HSV(B) 213.57º 0.99% 0.33% -
XYZ 2.35 2.05 8.87 -
YUV 32.3 157.74 105.68 -
System Red Green Blue C M Y K H S L
Decimal 1 38 85 0.99 0.55 0 0.67 213.57 0.98 0.17
Hex 1 26 55 63 37 0 43 D6 62 11
Octal 1 46 125 143 67 0 103 326 142 21
Binary 1 100110 1010101 1100011 110111 0 1000011 11010110 1100010 10001

Color Harmonies of #012655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012655

Black with #012655

Text Example


Text Example

White with #012655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012655; }

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

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

background-color css

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

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

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

border-color css

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

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

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