Html Css Color HEX #01415F Prussian Blue

📋 copy color: '#01415F'

red 1 ◦ green 65 ◦ blue 95

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

Shades of Prussian Blue #01415F

Tints of Prussian Blue #01415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.37%

 BLUE value IS 95 (37.5% from 255) = 59.01%

R = 0.62%
G = 40.37%
B = 59.01%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01415F (or 0x01415F) is known color: Prussian Blue. HEX triplet: 01, 41 and 5F. RGB value is (1,65,95). Sum of RGB (Red+Green+Blue) = 1+65+95=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 95 (37.5% from 255 or 59.01% from 161); Max value from RGB is 95 - color contains mainly: blue. Hex color #01415F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01415F is #FEBEA0. Grayscale: #313131. Windows color (decimal): -16694945 or 6242561. OLE color: 6242561.

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

Color convert

RGB 1 65 95 -
CMYK 0.99 0.32 0 0.63
HSL 199.15º 0.98% 0.19% -
HSV(B) 199.15º 0.99% 0.37% -
XYZ 3.97 4.61 11.51 -
YUV 49.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 1 65 95 0.99 0.32 0 0.63 199.15 0.98 0.19
Hex 1 41 5F 63 20 0 3F C7 62 13
Octal 1 101 137 143 40 0 77 307 142 23
Binary 1 1000001 1011111 1100011 100000 0 111111 11000111 1100010 10011

Color Harmonies of #01415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01415F

Black with #01415F

Text Example


Text Example

White with #01415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01415F; }

 p { color: rgb(1,65,95); }

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

background-color css

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

 a { background-color: rgb(1,65,95); }

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

border-color css

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

 span { border-color: rgb(1,65,95); }

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