#0768DE

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

Shades of Navy Blue #0768DE

Tints of Navy Blue #0768DE

Color information

#0768DE (or 0x0768DE) is unknown color: approx Navy Blue. HEX triplet: 07, 68 and DE. RGB value is (7,104,222). Sum of RGB (Red+Green+Blue) = 7+104+222=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #0768DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0768DE is #F89721. Grayscale: #575757. Windows color (decimal): -16291618 or 14575623. OLE color: 14575623.

HSL color Cylindrical-coordinate representation of color #0768DE: hue angle of 212.93º 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 #0768DE is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7104222-
CMYK0.970.5300.13
HSL212.93º93.89%44.9%-
HSV(B)212.93º96.85%87.06%-
XYZ18.2215.2271.08-
YUV88.45203.3669.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.10%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 222 (87.11% from 255) = 66.67%
R=2.10%
G=31.23%
B=66.67%

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
Decimal71042220.970.5300.13212.9393.8944.9
Hex768DE61350Dd55e2d
Octal71503361416501532513655
Binary111110100011011110110000111010101101110101011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0768DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0768DE; }

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

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

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

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

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

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

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

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