Html Css Color HEX #02406B Prussian Blue

📋 copy color: '#02406B'

red 2 ◦ green 64 ◦ blue 107

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

Shades of Prussian Blue #02406B

Tints of Prussian Blue #02406B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 61.85%

R = 1.16%
G = 36.99%
B = 61.85%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02406B (or 0x02406B) is known color: Prussian Blue. HEX triplet: 02, 40 and 6B. RGB value is (2,64,107). Sum of RGB (Red+Green+Blue) = 2+64+107=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #02406B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02406B is #FDBF94. Grayscale: #323232. Windows color (decimal): -16629653 or 7028738. OLE color: 7028738.

HSL color Cylindrical-coordinate representation of color #02406B: hue angle of 204.57º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02406B is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 64 107 -
CMYK 0.98 0.40 0 0.58
HSL 204.57º 0.96% 0.21% -
HSV(B) 204.57º 0.98% 0.42% -
XYZ 4.51 4.74 14.59 -
YUV 50.36 159.96 93.5 -
System Red Green Blue C M Y K H S L
Decimal 2 64 107 0.98 0.40 0 0.58 204.57 0.96 0.21
Hex 2 40 6B 62 28 0 3A CD 60 15
Octal 2 100 153 142 50 0 72 315 140 25
Binary 10 1000000 1101011 1100010 101000 0 111010 11001101 1100000 10101

Color Harmonies of #02406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02406B

Black with #02406B

Text Example


Text Example

White with #02406B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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