#062A4E

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

Shades of Prussian Blue #062A4E

Tints of Prussian Blue #062A4E

Color information

#062A4E (or 0x062A4E) is unknown color: approx Prussian Blue. HEX triplet: 06, 2A and 4E. RGB value is (6,42,78). Sum of RGB (Red+Green+Blue) = 6+42+78=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #062A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062A4E is #F9D5B1. Grayscale: #232323. Windows color (decimal): -16373170 or 5122566. OLE color: 5122566.

HSL color Cylindrical-coordinate representation of color #062A4E: hue angle of 210º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062A4E is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB64278-
CMYK0.920.4600.69
HSL210º85.71%16.47%-
HSV(B)210º92.31%30.59%-
XYZ2.282.247.52-
YUV35.34152.07107.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 42 (16.80% from 255) = 33.33%
BLUE value IS 78 (30.86% from 255) = 61.90%
R=4.76%
G=33.33%
B=61.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal642780.920.4600.6921085.7116.47
Hex62A4E5C2E045d25610
Octal65211613456010532212620
Binary110101010100111010111001011100100010111010010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062A4E; }

 p { color: rgb(6,42,78); }

 H1.HeaderClassName
 {
   color: #062A4E;
 }
 .AnyTagClassName
 {
   color: #062A4E;
 }
</style>
background-color css

<style>
 a { background-color: #062A4E; }

 a { background-color: rgb(6,42,78); }

 div.DivClassName
 {
   background-color: #062A4E;
 }
 .BgClassName
 {
   background-color: #062A4E;
 }
</style>
border-color css

<style>
 span { border-color: #062A4E; }

 span { border-color: rgb(6,42,78); }

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