#00425F

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

Shades of Prussian Blue #00425F

Tints of Prussian Blue #00425F

Color information

#00425F (or 0x00425F) is unknown color: approx Prussian Blue. HEX triplet: 00, 42 and 5F. RGB value is (0,66,95). Sum of RGB (Red+Green+Blue) = 0+66+95=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 95 (37.5% from 255 or 59.01% from 161); Max value from RGB is 95 - color contains mainly: blue. Hex color #00425F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00425F is #FFBDA0. Grayscale: #313131. Windows color (decimal): -16760225 or 6242816. OLE color: 6242816.

HSL color Cylindrical-coordinate representation of color #00425F: hue angle of 198.32º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00425F is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB06695-
CMYK10.3100.63
HSL198.32º100%18.63%-
HSV(B)198.32º100%37.25%-
XYZ4.014.7211.53-
YUV49.57153.6392.64-

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) = 40.99%
BLUE value IS 95 (37.5% from 255) = 59.01%
R=0%
G=40.99%
B=59.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal0669510.3100.63198.3210018.63
Hex0425F641F03Fc66413
Octal01021371443707730614423
Binary010000101011111110010011111011111111000110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00425F; }

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

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

<style>
 a { background-color: #00425F; }

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

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

<style>
 span { border-color: #00425F; }

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

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