#020967

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

Shades of Navy #020967

Tints of Navy #020967

Color information

#020967 (or 0x020967) is unknown color: approx Navy. HEX triplet: 02, 09 and 67. RGB value is (2,9,103). Sum of RGB (Red+Green+Blue) = 2+9+103=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 103 (40.62% from 255 or 90.35% from 114); Max value from RGB is 103 - color contains mainly: blue. Hex color #020967 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020967 is #FDF698. Grayscale: #111111. Windows color (decimal): -16643737 or 6752514. OLE color: 6752514.

HSL color Cylindrical-coordinate representation of color #020967: hue angle of 235.84º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020967 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB29103-
CMYK0.980.9100.60
HSL235.84º96.19%20.59%-
HSV(B)235.84º98.06%40.39%-
XYZ2.571.1912.93-
YUV17.62176.18116.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 9 (3.91% from 255) = 7.89%
BLUE value IS 103 (40.62% from 255) = 90.35%
R=1.75%
G=7.89%
B=90.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal291030.980.9100.60235.8496.1920.59
Hex2967625B03Cec6015
Octal21114714213307435414025
Binary101001110011111000101011011011110011101100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020967; }

 p { color: rgb(2,9,103); }

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

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

 a { background-color: rgb(2,9,103); }

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

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

 span { border-color: rgb(2,9,103); }

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