Html Css Color HEX #002E7A Prussian Blue

📋 copy color: '#002E7A'

red 0 ◦ green 46 ◦ blue 122

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

Shades of Prussian Blue #002E7A

Tints of Prussian Blue #002E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 72.62%

R = 0%
G = 27.38%
B = 72.62%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#002E7A (or 0x002E7A) is known color: Prussian Blue. HEX triplet: 00, 2E and 7A. RGB value is (0,46,122). Sum of RGB (Red+Green+Blue) = 0+46+122=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 122 (48.05% from 255 or 72.62% from 168); Max value from RGB is 122 - color contains mainly: blue. Hex color #002E7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E7A is #FFD185. Grayscale: #282828. Windows color (decimal): -16765318 or 8007168. OLE color: 8007168.

HSL color Cylindrical-coordinate representation of color #002E7A: hue angle of 217.38º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E7A is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 0 46 122 -
CMYK 1 0.62 0 0.52
HSL 217.38º 1% 0.24% -
HSV(B) 217.38º 1% 0.48% -
XYZ 4.49 3.36 18.82 -
YUV 40.91 173.76 98.82 -
System Red Green Blue C M Y K H S L
Decimal 0 46 122 1 0.62 0 0.52 217.38 1 0.24
Hex 0 2E 7A 64 3E 0 34 D9 64 18
Octal 0 56 172 144 76 0 64 331 144 30
Binary 0 101110 1111010 1100100 111110 0 110100 11011001 1100100 11000

Color Harmonies of #002E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E7A

Black with #002E7A

Text Example


Text Example

White with #002E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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