#1768ED

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

Shades of Navy Blue #1768ED

Tints of Navy Blue #1768ED

Color information

#1768ED (or 0x1768ED) is unknown color: approx Navy Blue. HEX triplet: 17, 68 and ED. RGB value is (23,104,237). Sum of RGB (Red+Green+Blue) = 23+104+237=364 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.32% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #1768ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1768ED is #E89712. Grayscale: #5E5E5E. Windows color (decimal): -15243027 or 15558679. OLE color: 15558679.

HSL color Cylindrical-coordinate representation of color #1768ED: hue angle of 217.29º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1768ED is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23104237-
CMYK0.900.5600.07
HSL217.29º85.6%50.98%-
HSV(B)217.29º90.3%92.94%-
XYZ20.5916.282.16-
YUV94.94208.1676.69-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.32%
GREEN value IS 104 (41.02% from 255) = 28.57%
BLUE value IS 237 (92.97% from 255) = 65.11%
R=6.32%
G=28.57%
B=65.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal231042370.900.5600.07217.2985.650.98
Hex1768ED5A3807d95633
Octal27150355132700733112663
Binary1011111010001110110110110101110000111110110011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1768ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1768ED; }

 p { color: rgb(23,104,237); }

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

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

 a { background-color: rgb(23,104,237); }

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

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

 span { border-color: rgb(23,104,237); }

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