Html Css Color HEX #01426E Prussian Blue

📋 copy color: '#01426E'

red 1 ◦ green 66 ◦ blue 110

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

Shades of Prussian Blue #01426E

Tints of Prussian Blue #01426E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 62.15%

R = 0.56%
G = 37.29%
B = 62.15%

CMYK

 C value IS 0.99

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01426E (or 0x01426E) is known color: Prussian Blue. HEX triplet: 01, 42 and 6E. RGB value is (1,66,110). Sum of RGB (Red+Green+Blue) = 1+66+110=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 110 (43.36% from 255 or 62.15% from 177); Max value from RGB is 110 - color contains mainly: blue. Hex color #01426E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01426E is #FEBD91. Grayscale: #333333. Windows color (decimal): -16694674 or 7225857. OLE color: 7225857.

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

Color convert

RGB 1 66 110 -
CMYK 0.99 0.4 0 0.57
HSL 204.22º 0.98% 0.22% -
HSV(B) 204.22º 0.99% 0.43% -
XYZ 4.78 5.03 15.47 -
YUV 51.58 160.97 91.92 -
System Red Green Blue C M Y K H S L
Decimal 1 66 110 0.99 0.4 0 0.57 204.22 0.98 0.22
Hex 1 42 6E 63 28 0 39 CC 62 16
Octal 1 102 156 143 50 0 71 314 142 26
Binary 1 1000010 1101110 1100011 101000 0 111001 11001100 1100010 10110

Color Harmonies of #01426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01426E

Black with #01426E

Text Example


Text Example

White with #01426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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