#0069B7

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

Shades of Navy Blue #0069B7

Tints of Navy Blue #0069B7

Color information

#0069B7 (or 0x0069B7) is unknown color: approx Navy Blue. HEX triplet: 00, 69 and B7. RGB value is (0,105,183). Sum of RGB (Red+Green+Blue) = 0+105+183=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 183 (71.88% from 255 or 63.54% from 288); Max value from RGB is 183 - color contains mainly: blue. Hex color #0069B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0069B7 is #FF9648. Grayscale: #525252. Windows color (decimal): -16750153 or 12019968. OLE color: 12019968.

HSL color Cylindrical-coordinate representation of color #0069B7: hue angle of 205.57º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0069B7 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB0105183-
CMYK10.4300.28
HSL205.57º100%35.88%-
HSV(B)205.57º100%71.76%-
XYZ13.613.5246.69-
YUV82.5184.7169.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 183 (71.88% from 255) = 63.54%
R=0%
G=36.46%
B=63.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal010518310.4300.28205.5710035.88
Hex069B7642B01Cce6424
Octal01512671445303431614444
Binary01101001101101111100100101011011100110011101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0069B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0069B7; }

 p { color: rgb(0,105,183); }

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

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

 a { background-color: rgb(0,105,183); }

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

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

 span { border-color: rgb(0,105,183); }

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