#002E7A

Color #002E7A Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #002E7A

Tints of Prussian Blue #002E7A

Color information

#002E7A (or 0x002E7A) is unknown color: approx 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

RGB046122-
CMYK10.6200.52
HSL217.38º100%23.92%-
HSV(B)217.38º100%47.84%-
XYZ4.493.3618.82-
YUV40.91173.7698.82-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal04612210.6200.52217.3810023.92
Hex02E7A643E034d96418
Octal0561721447606433114430
Binary010111011110101100100111110011010011011001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>