Html Css Color HEX #002A4D Prussian Blue

📋 copy color: '#002A4D'

red 0 ◦ green 42 ◦ blue 77

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

Shades of Prussian Blue #002A4D

Tints of Prussian Blue #002A4D

RGB

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

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

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

R = 0%
G = 35.29%
B = 64.71%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#002A4D (or 0x002A4D) is known color: Prussian Blue. HEX triplet: 00, 2A and 4D. RGB value is (0,42,77). Sum of RGB (Red+Green+Blue) = 0+42+77=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 42 (16.80% from 255 or 35.29% 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 #002A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A4D is #FFD5B2. Grayscale: #212121. Windows color (decimal): -16766387 or 5057024. OLE color: 5057024.

HSL color Cylindrical-coordinate representation of color #002A4D: hue angle of 207.27º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A4D is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 0 42 77 -
CMYK 1 0.45 0 0.70
HSL 207.27º 1% 0.15% -
HSV(B) 207.27º 1% 0.3% -
XYZ 2.17 2.19 7.33 -
YUV 33.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 0 42 77 1 0.45 0 0.70 207.27 1 0.15
Hex 0 2A 4D 64 2D 0 46 CF 64 F
Octal 0 52 115 144 55 0 106 317 144 17
Binary 0 101010 1001101 1100100 101101 0 1000110 11001111 1100100 1111

Color Harmonies of #002A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A4D

Black with #002A4D

Text Example


Text Example

White with #002A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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