Html Css Color HEX #02405B Prussian Blue

📋 copy color: '#02405B'

red 2 ◦ green 64 ◦ blue 91

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

Shades of Prussian Blue #02405B

Tints of Prussian Blue #02405B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 57.96%

R = 1.27%
G = 40.76%
B = 57.96%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02405B (or 0x02405B) is known color: Prussian Blue. HEX triplet: 02, 40 and 5B. RGB value is (2,64,91). Sum of RGB (Red+Green+Blue) = 2+64+91=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #02405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02405B is #FDBFA4. Grayscale: #303030. Windows color (decimal): -16629669 or 5980162. OLE color: 5980162.

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

Color convert

RGB 2 64 91 -
CMYK 0.98 0.30 0 0.64
HSL 198.2º 0.96% 0.18% -
HSV(B) 198.2º 0.98% 0.36% -
XYZ 3.75 4.44 10.56 -
YUV 48.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 2 64 91 0.98 0.30 0 0.64 198.2 0.96 0.18
Hex 2 40 5B 62 1E 0 40 C6 60 12
Octal 2 100 133 142 36 0 100 306 140 22
Binary 10 1000000 1011011 1100010 11110 0 1000000 11000110 1100000 10010

Color Harmonies of #02405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02405B

Black with #02405B

Text Example


Text Example

White with #02405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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