Html Css Color HEX #002E4A Prussian Blue

📋 copy color: '#002E4A'

red 0 ◦ green 46 ◦ blue 74

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

Shades of Prussian Blue #002E4A

Tints of Prussian Blue #002E4A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 38.33%

 BLUE value IS 74 (29.3% from 255) = 61.67%

R = 0%
G = 38.33%
B = 61.67%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#002E4A (or 0x002E4A) is known color: Prussian Blue. HEX triplet: 00, 2E and 4A. RGB value is (0,46,74). Sum of RGB (Red+Green+Blue) = 0+46+74=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #002E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E4A is #FFD1B5. Grayscale: #232323. Windows color (decimal): -16765366 or 4861440. OLE color: 4861440.

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

Color convert

RGB 0 46 74 -
CMYK 1 0.38 0 0.71
HSL 202.7º 1% 0.15% -
HSV(B) 202.7º 1% 0.29% -
XYZ 2.21 2.45 6.83 -
YUV 35.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 0 46 74 1 0.38 0 0.71 202.7 1 0.15
Hex 0 2E 4A 64 26 0 47 CB 64 F
Octal 0 56 112 144 46 0 107 313 144 17
Binary 0 101110 1001010 1100100 100110 0 1000111 11001011 1100100 1111

Color Harmonies of #002E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E4A

Black with #002E4A

Text Example


Text Example

White with #002E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,46,74); }

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

background-color css

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

 a { background-color: rgb(0,46,74); }

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

border-color css

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

 span { border-color: rgb(0,46,74); }

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