Html Css Color HEX #01395E Prussian Blue

📋 copy color: '#01395E'

red 1 ◦ green 57 ◦ blue 94

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

Shades of Prussian Blue #01395E

Tints of Prussian Blue #01395E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.5%

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

R = 0.66%
G = 37.5%
B = 61.84%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01395E (or 0x01395E) is known color: Prussian Blue. HEX triplet: 01, 39 and 5E. RGB value is (1,57,94). Sum of RGB (Red+Green+Blue) = 1+57+94=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #01395E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01395E is #FEC6A1. Grayscale: #2C2C2C. Windows color (decimal): -16696994 or 6174977. OLE color: 6174977.

HSL color Cylindrical-coordinate representation of color #01395E: hue angle of 203.87º 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 #01395E is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 57 94 -
CMYK 0.99 0.39 0 0.63
HSL 203.87º 0.98% 0.19% -
HSV(B) 203.87º 0.99% 0.37% -
XYZ 3.5 3.74 11.13 -
YUV 44.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 1 57 94 0.99 0.39 0 0.63 203.87 0.98 0.19
Hex 1 39 5E 63 27 0 3F CC 62 13
Octal 1 71 136 143 47 0 77 314 142 23
Binary 1 111001 1011110 1100011 100111 0 111111 11001100 1100010 10011

Color Harmonies of #01395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01395E

Black with #01395E

Text Example


Text Example

White with #01395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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