Html Css Color HEX #02284C Prussian Blue

📋 copy color: '#02284C'

red 2 ◦ green 40 ◦ blue 76

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

Shades of Prussian Blue #02284C

Tints of Prussian Blue #02284C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 64.41%

R = 1.69%
G = 33.9%
B = 64.41%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02284C (or 0x02284C) is known color: Prussian Blue. HEX triplet: 02, 28 and 4C. RGB value is (2,40,76). Sum of RGB (Red+Green+Blue) = 2+40+76=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 76 (30.08% from 255 or 64.41% from 118); Max value from RGB is 76 - color contains mainly: blue. Hex color #02284C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02284C is #FDD7B3. Grayscale: #202020. Windows color (decimal): -16635828 or 4990978. OLE color: 4990978.

HSL color Cylindrical-coordinate representation of color #02284C: hue angle of 209.19º 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 #02284C is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 40 76 -
CMYK 0.97 0.47 0 0.70
HSL 209.19º 0.95% 0.15% -
HSV(B) 209.19º 0.97% 0.3% -
XYZ 2.09 2.05 7.12 -
YUV 32.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 2 40 76 0.97 0.47 0 0.70 209.19 0.95 0.15
Hex 2 28 4C 61 2F 0 46 D1 5F F
Octal 2 50 114 141 57 0 106 321 137 17
Binary 10 101000 1001100 1100001 101111 0 1000110 11010001 1011111 1111

Color Harmonies of #02284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02284C

Black with #02284C

Text Example


Text Example

White with #02284C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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