#00426D

Color #00426D Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #00426D

Tints of Prussian Blue #00426D

Color information

#00426D (or 0x00426D) is unknown color: approx Prussian Blue. HEX triplet: 00, 42 and 6D. RGB value is (0,66,109). Sum of RGB (Red+Green+Blue) = 0+66+109=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #00426D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00426D is #FFBD92. Grayscale: #323232. Windows color (decimal): -16760211 or 7160320. OLE color: 7160320.

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

Color convert

RGB066109-
CMYK10.3900.57
HSL203.67º100%21.37%-
HSV(B)203.67º100%42.75%-
XYZ4.71515.19-
YUV51.17160.6391.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 109 (42.97% from 255) = 62.29%
R=0%
G=37.71%
B=62.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal06610910.3900.57203.6710021.37
Hex0426D6427039cc6415
Octal01021551444707131414425
Binary0100001011011011100100100111011100111001100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00426D;
 }
 .AnyTagClassName
 {
   color: #00426D;
 }
</style>
background-color css

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

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

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

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

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

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