Html Css Color HEX #002A49 Prussian Blue

📋 copy color: '#002A49'

red 0 ◦ green 42 ◦ blue 73

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

Shades of Prussian Blue #002A49

Tints of Prussian Blue #002A49

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 42 (16.8% from 255) = 36.52%

 BLUE value IS 73 (28.91% from 255) = 63.48%

R = 0%
G = 36.52%
B = 63.48%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#002A49 (or 0x002A49) is known color: Prussian Blue. HEX triplet: 00, 2A and 49. RGB value is (0,42,73). Sum of RGB (Red+Green+Blue) = 0+42+73=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #002A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A49 is #FFD5B6. Grayscale: #202020. Windows color (decimal): -16766391 or 4794880. OLE color: 4794880.

HSL color Cylindrical-coordinate representation of color #002A49: hue angle of 205.48º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A49 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 42 73 -
CMYK 1 0.42 0 0.71
HSL 205.48º 1% 0.14% -
HSV(B) 205.48º 1% 0.29% -
XYZ 2.03 2.14 6.61 -
YUV 32.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 0 42 73 1 0.42 0 0.71 205.48 1 0.14
Hex 0 2A 49 64 2A 0 47 CD 64 E
Octal 0 52 111 144 52 0 107 315 144 16
Binary 0 101010 1001001 1100100 101010 0 1000111 11001101 1100100 1110

Color Harmonies of #002A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A49

Black with #002A49

Text Example


Text Example

White with #002A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002A49; }

 p { color: rgb(0,42,73); }

 H1.HeaderClassName
 {
   color: #002A49;
 }
 .AnyTagClassName
 {
   color: #002A49;
 }
</style>

background-color css

<style>
 a { background-color: #002A49; }

 a { background-color: rgb(0,42,73); }

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

border-color css

<style>
 span { border-color: #002A49; }

 span { border-color: rgb(0,42,73); }

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