Html Css Color HEX #00425F Prussian Blue

📋 copy color: '#00425F'

red 0 ◦ green 66 ◦ blue 95

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

Shades of Prussian Blue #00425F

Tints of Prussian Blue #00425F

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 value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00425F (or 0x00425F) is known color: 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

RGB 0 66 95 -
CMYK 1 0.31 0 0.63
HSL 198.32º 1% 0.19% -
HSV(B) 198.32º 1% 0.37% -
XYZ 4.01 4.72 11.53 -
YUV 49.57 153.63 92.64 -
System Red Green Blue C M Y K H S L
Decimal 0 66 95 1 0.31 0 0.63 198.32 1 0.19
Hex 0 42 5F 64 1F 0 3F C6 64 13
Octal 0 102 137 144 37 0 77 306 144 23
Binary 0 1000010 1011111 1100100 11111 0 111111 11000110 1100100 10011

Color Harmonies of #00425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00425F

Black with #00425F

Text Example


Text Example

White with #00425F

Text Example


Text Example

HTML Codes & Css Web 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>