Html Css Color HEX #01415C Prussian Blue

📋 copy color: '#01415C'

red 1 ◦ green 65 ◦ blue 92

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

Shades of Prussian Blue #01415C

Tints of Prussian Blue #01415C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 58.23%

R = 0.63%
G = 41.14%
B = 58.23%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01415C (or 0x01415C) is known color: Prussian Blue. HEX triplet: 01, 41 and 5C. RGB value is (1,65,92). Sum of RGB (Red+Green+Blue) = 1+65+92=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #01415C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01415C is #FEBEA3. Grayscale: #303030. Windows color (decimal): -16694948 or 6045953. OLE color: 6045953.

HSL color Cylindrical-coordinate representation of color #01415C: hue angle of 197.8º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01415C is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 65 92 -
CMYK 0.99 0.29 0 0.64
HSL 197.8º 0.98% 0.18% -
HSV(B) 197.8º 0.99% 0.36% -
XYZ 3.83 4.56 10.8 -
YUV 48.94 152.3 93.8 -
System Red Green Blue C M Y K H S L
Decimal 1 65 92 0.99 0.29 0 0.64 197.8 0.98 0.18
Hex 1 41 5C 63 1D 0 40 C6 62 12
Octal 1 101 134 143 35 0 100 306 142 22
Binary 1 1000001 1011100 1100011 11101 0 1000000 11000110 1100010 10010

Color Harmonies of #01415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01415C

Black with #01415C

Text Example


Text Example

White with #01415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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