Html Css Color HEX #02405D Prussian Blue

📋 copy color: '#02405D'

red 2 ◦ green 64 ◦ blue 93

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

Shades of Prussian Blue #02405D

Tints of Prussian Blue #02405D

RGB

 RED value IS 2 (1.17% from 255) = 1.26%

 GREEN value IS 64 (25.39% from 255) = 40.25%

 BLUE value IS 93 (36.72% from 255) = 58.49%

R = 1.26%
G = 40.25%
B = 58.49%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02405D (or 0x02405D) is known color: Prussian Blue. HEX triplet: 02, 40 and 5D. RGB value is (2,64,93). Sum of RGB (Red+Green+Blue) = 2+64+93=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #02405D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02405D is #FDBFA2. Grayscale: #303030. Windows color (decimal): -16629667 or 6111234. OLE color: 6111234.

HSL color Cylindrical-coordinate representation of color #02405D: hue angle of 199.12º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02405D is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 64 93 -
CMYK 0.98 0.31 0 0.64
HSL 199.12º 0.96% 0.19% -
HSV(B) 199.12º 0.98% 0.36% -
XYZ 3.83 4.47 11.02 -
YUV 48.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 2 64 93 0.98 0.31 0 0.64 199.12 0.96 0.19
Hex 2 40 5D 62 1F 0 40 C7 60 13
Octal 2 100 135 142 37 0 100 307 140 23
Binary 10 1000000 1011101 1100010 11111 0 1000000 11000111 1100000 10011

Color Harmonies of #02405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02405D

Black with #02405D

Text Example


Text Example

White with #02405D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,64,93); }

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

background-color css

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

 a { background-color: rgb(2,64,93); }

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

border-color css

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

 span { border-color: rgb(2,64,93); }

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