Html Css Color HEX #01425E Prussian Blue

📋 copy color: '#01425E'

red 1 ◦ green 66 ◦ blue 94

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

Shades of Prussian Blue #01425E

Tints of Prussian Blue #01425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.99%

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

R = 0.62%
G = 40.99%
B = 58.39%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01425E (or 0x01425E) is known color: Prussian Blue. HEX triplet: 01, 42 and 5E. RGB value is (1,66,94). Sum of RGB (Red+Green+Blue) = 1+66+94=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #01425E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01425E is #FEBDA1. Grayscale: #313131. Windows color (decimal): -16694690 or 6177281. OLE color: 6177281.

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

Color convert

RGB 1 66 94 -
CMYK 0.99 0.30 0 0.63
HSL 198.06º 0.98% 0.19% -
HSV(B) 198.06º 0.99% 0.37% -
XYZ 3.98 4.71 11.29 -
YUV 49.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 1 66 94 0.99 0.30 0 0.63 198.06 0.98 0.19
Hex 1 42 5E 63 1E 0 3F C6 62 13
Octal 1 102 136 143 36 0 77 306 142 23
Binary 1 1000010 1011110 1100011 11110 0 111111 11000110 1100010 10011

Color Harmonies of #01425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01425E

Black with #01425E

Text Example


Text Example

White with #01425E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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