#0674DB

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

Shades of Navy Blue #0674DB

Tints of Navy Blue #0674DB

Color information

#0674DB (or 0x0674DB) is unknown color: approx Navy Blue. HEX triplet: 06, 74 and DB. RGB value is (6,116,219). Sum of RGB (Red+Green+Blue) = 6+116+219=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #0674DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0674DB is #F98B24. Grayscale: #5E5E5E. Windows color (decimal): -16354085 or 14382086. OLE color: 14382086.

HSL color Cylindrical-coordinate representation of color #0674DB: hue angle of 209.01º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0674DB is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6116219-
CMYK0.970.4700.14
HSL209.01º94.67%44.12%-
HSV(B)209.01º97.26%85.88%-
XYZ19.1117.6469.42-
YUV94.85198.0664.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.76%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 219 (85.94% from 255) = 64.22%
R=1.76%
G=34.02%
B=64.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal61162190.970.4700.14209.0194.6744.12
Hex674DB612F0Ed15f2c
Octal61643331415701632113754
Binary110111010011011011110000110111101110110100011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0674DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0674DB; }

 p { color: rgb(6,116,219); }

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

<style>
 a { background-color: #0674DB; }

 a { background-color: rgb(6,116,219); }

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

<style>
 span { border-color: #0674DB; }

 span { border-color: rgb(6,116,219); }

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