#1674D0

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

Shades of Navy Blue #1674D0

Tints of Navy Blue #1674D0

Color information

#1674D0 (or 0x1674D0) is unknown color: approx Navy Blue. HEX triplet: 16, 74 and D0. RGB value is (22,116,208). Sum of RGB (Red+Green+Blue) = 22+116+208=346 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.36% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 208 (81.64% from 255 or 60.12% from 346); Max value from RGB is 208 - color contains mainly: blue. Hex color #1674D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1674D0 is #E98B2F. Grayscale: #616161. Windows color (decimal): -15305520 or 13661206. OLE color: 13661206.

HSL color Cylindrical-coordinate representation of color #1674D0: hue angle of 209.68º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1674D0 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB22116208-
CMYK0.890.4400.18
HSL209.68º80.87%45.1%-
HSV(B)209.68º89.42%81.57%-
XYZ17.9617.2262.05-
YUV98.38189.8673.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.36%
GREEN value IS 116 (45.70% from 255) = 33.53%
BLUE value IS 208 (81.64% from 255) = 60.12%
R=6.36%
G=33.53%
B=60.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal221162080.890.4400.18209.6880.8745.1
Hex1674D0592C012d2512d
Octal261643201315402232212155
Binary101101110100110100001011001101100010010110100101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1674D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1674D0; }

 p { color: rgb(22,116,208); }

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

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

 a { background-color: rgb(22,116,208); }

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

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

 span { border-color: rgb(22,116,208); }

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