#03027A

Color #03027A Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #03027A

Tints of Navy #03027A

Color information

#03027A (or 0x03027A) is unknown color: approx Navy. HEX triplet: 03, 02 and 7A. RGB value is (3,2,122). Sum of RGB (Red+Green+Blue) = 3+2+122=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 122 (48.05% from 255 or 96.06% from 127); Max value from RGB is 122 - color contains mainly: blue. Hex color #03027A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03027A is #FCFD85. Grayscale: #0F0F0F. Windows color (decimal): -16579974 or 7995907. OLE color: 7995907.

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

Color convert

RGB32122-
CMYK0.980.9800.52
HSL240.5º96.77%24.31%-
HSV(B)240.5º98.36%47.84%-
XYZ3.571.4718.51-
YUV15.98187.83118.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 2 (1.17% from 255) = 1.57%
BLUE value IS 122 (48.05% from 255) = 96.06%
R=2.36%
G=1.57%
B=96.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal321220.980.9800.52240.596.7724.31
Hex327A6262034f06118
Octal3217214214206436014130
Binary1110111101011000101100010011010011110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03027A; }

 p { color: rgb(3,2,122); }

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

<style>
 a { background-color: #03027A; }

 a { background-color: rgb(3,2,122); }

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

<style>
 span { border-color: #03027A; }

 span { border-color: rgb(3,2,122); }

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