#0769de

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

Shades of Navy Blue #0769DE

Tints of Navy Blue #0769DE

Color information

#0769DE (or 0x0769DE) is unknown color: approx Navy Blue. HEX triplet: 07, 69 and DE. RGB value is (7,105,222). Sum of RGB (Red+Green+Blue) = 7+105+222=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #0769DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0769DE is #F89621. Grayscale: #585858. Windows color (decimal): -16291362 or 14575879. OLE color: 14575879.

HSL color Cylindrical-coordinate representation of color #0769DE: hue angle of 212.65º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0769DE is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7105222-
CMYK0.970.5300.13
HSL212.65º93.89%44.9%-
HSV(B)212.65º96.85%87.06%-
XYZ18.3215.4271.12-
YUV89.04203.0369.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.10%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 222 (87.11% from 255) = 66.47%
R=2.10%
G=31.44%
B=66.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71052220.970.5300.13212.6593.8944.9
Hex769DE61350Dd55e2d
Octal71513361416501532513655
Binary111110100111011110110000111010101101110101011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0769de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0769de; }

 p { color: rgb(7,105,222); }

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

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

 a { background-color: rgb(7,105,222); }

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

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

 span { border-color: rgb(7,105,222); }

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