Html Css Color HEX #02284D Prussian Blue

📋 copy color: '#02284D'

red 2 ◦ green 40 ◦ blue 77

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

Shades of Prussian Blue #02284D

Tints of Prussian Blue #02284D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 33.61%

 BLUE value IS 77 (30.47% from 255) = 64.71%

R = 1.68%
G = 33.61%
B = 64.71%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02284D (or 0x02284D) is known color: Prussian Blue. HEX triplet: 02, 28 and 4D. RGB value is (2,40,77). Sum of RGB (Red+Green+Blue) = 2+40+77=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #02284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02284D is #FDD7B2. Grayscale: #202020. Windows color (decimal): -16635827 or 5056514. OLE color: 5056514.

HSL color Cylindrical-coordinate representation of color #02284D: hue angle of 209.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02284D is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 40 77 -
CMYK 0.97 0.48 0 0.70
HSL 209.6º 0.95% 0.15% -
HSV(B) 209.6º 0.97% 0.3% -
XYZ 2.12 2.07 7.31 -
YUV 32.86 152.91 105.99 -
System Red Green Blue C M Y K H S L
Decimal 2 40 77 0.97 0.48 0 0.70 209.6 0.95 0.15
Hex 2 28 4D 61 30 0 46 D2 5F F
Octal 2 50 115 141 60 0 106 322 137 17
Binary 10 101000 1001101 1100001 110000 0 1000110 11010010 1011111 1111

Color Harmonies of #02284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02284D

Black with #02284D

Text Example


Text Example

White with #02284D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,40,77); }

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

background-color css

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

 a { background-color: rgb(2,40,77); }

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

border-color css

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

 span { border-color: rgb(2,40,77); }

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