Html Css Color HEX #01395A Prussian Blue

📋 copy color: '#01395A'

red 1 ◦ green 57 ◦ blue 90

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

Shades of Prussian Blue #01395A

Tints of Prussian Blue #01395A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 60.81%

R = 0.68%
G = 38.51%
B = 60.81%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01395A (or 0x01395A) is known color: Prussian Blue. HEX triplet: 01, 39 and 5A. RGB value is (1,57,90). Sum of RGB (Red+Green+Blue) = 1+57+90=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #01395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01395A is #FEC6A5. Grayscale: #2B2B2B. Windows color (decimal): -16696998 or 5912833. OLE color: 5912833.

HSL color Cylindrical-coordinate representation of color #01395A: hue angle of 202.25º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01395A is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 57 90 -
CMYK 0.99 0.37 0 0.65
HSL 202.25º 0.98% 0.18% -
HSV(B) 202.25º 0.99% 0.35% -
XYZ 3.32 3.67 10.21 -
YUV 44.02 153.95 97.32 -
System Red Green Blue C M Y K H S L
Decimal 1 57 90 0.99 0.37 0 0.65 202.25 0.98 0.18
Hex 1 39 5A 63 25 0 41 CA 62 12
Octal 1 71 132 143 45 0 101 312 142 22
Binary 1 111001 1011010 1100011 100101 0 1000001 11001010 1100010 10010

Color Harmonies of #01395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01395A

Black with #01395A

Text Example


Text Example

White with #01395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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