Html Css Color HEX #01426D Prussian Blue

📋 copy color: '#01426D'

red 1 ◦ green 66 ◦ blue 109

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

Shades of Prussian Blue #01426D

Tints of Prussian Blue #01426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 61.93%

R = 0.57%
G = 37.5%
B = 61.93%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01426D (or 0x01426D) is known color: Prussian Blue. HEX triplet: 01, 42 and 6D. RGB value is (1,66,109). Sum of RGB (Red+Green+Blue) = 1+66+109=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #01426D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01426D is #FEBD92. Grayscale: #333333. Windows color (decimal): -16694675 or 7160321. OLE color: 7160321.

HSL color Cylindrical-coordinate representation of color #01426D: hue angle of 203.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01426D is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 66 109 -
CMYK 0.99 0.39 0 0.57
HSL 203.89º 0.98% 0.22% -
HSV(B) 203.89º 0.99% 0.43% -
XYZ 4.72 5.01 15.19 -
YUV 51.47 160.47 92 -
System Red Green Blue C M Y K H S L
Decimal 1 66 109 0.99 0.39 0 0.57 203.89 0.98 0.22
Hex 1 42 6D 63 27 0 39 CC 62 16
Octal 1 102 155 143 47 0 71 314 142 26
Binary 1 1000010 1101101 1100011 100111 0 111001 11001100 1100010 10110

Color Harmonies of #01426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01426D

Black with #01426D

Text Example


Text Example

White with #01426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01426D; }

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

 H1.HeaderClassName
 {
   color: #01426D;
 }
 .AnyTagClassName
 {
   color: #01426D;
 }
</style>

background-color css

<style>
 a { background-color: #01426D; }

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

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

border-color css

<style>
 span { border-color: #01426D; }

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

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