Html Css Color HEX #01295E Prussian Blue

📋 copy color: '#01295E'

red 1 ◦ green 41 ◦ blue 94

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

Shades of Prussian Blue #01295E

Tints of Prussian Blue #01295E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.15%

 BLUE value IS 94 (37.11% from 255) = 69.12%

R = 0.74%
G = 30.15%
B = 69.12%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01295E (or 0x01295E) is known color: Prussian Blue. HEX triplet: 01, 29 and 5E. RGB value is (1,41,94). Sum of RGB (Red+Green+Blue) = 1+41+94=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 94 (37.11% from 255 or 69.12% from 136); Max value from RGB is 94 - color contains mainly: blue. Hex color #01295E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01295E is #FED6A1. Grayscale: #222222. Windows color (decimal): -16701090 or 6170881. OLE color: 6170881.

HSL color Cylindrical-coordinate representation of color #01295E: hue angle of 214.19º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01295E is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 41 94 -
CMYK 0.99 0.56 0 0.63
HSL 214.19º 0.98% 0.19% -
HSV(B) 214.19º 0.99% 0.37% -
XYZ 2.83 2.4 10.9 -
YUV 35.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 1 41 94 0.99 0.56 0 0.63 214.19 0.98 0.19
Hex 1 29 5E 63 38 0 3F D6 62 13
Octal 1 51 136 143 70 0 77 326 142 23
Binary 1 101001 1011110 1100011 111000 0 111111 11010110 1100010 10011

Color Harmonies of #01295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01295E

Black with #01295E

Text Example


Text Example

White with #01295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01295E; }

 p { color: rgb(1,41,94); }

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

background-color css

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

 a { background-color: rgb(1,41,94); }

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

border-color css

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

 span { border-color: rgb(1,41,94); }

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