#0674C7

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

Shades of Navy Blue #0674C7

Tints of Navy Blue #0674C7

Color information

#0674C7 (or 0x0674C7) is unknown color: approx Navy Blue. HEX triplet: 06, 74 and C7. RGB value is (6,116,199). Sum of RGB (Red+Green+Blue) = 6+116+199=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 199 (78.12% from 255 or 61.99% from 321); Max value from RGB is 199 - color contains mainly: blue. Hex color #0674C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0674C7 is #F98B38. Grayscale: #5C5C5C. Windows color (decimal): -16354105 or 13071366. OLE color: 13071366.

HSL color Cylindrical-coordinate representation of color #0674C7: hue angle of 205.8º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0674C7 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6116199-
CMYK0.970.4200.22
HSL205.8º94.15%40.2%-
HSV(B)205.8º96.98%78.04%-
XYZ16.6316.6556.37-
YUV92.57188.0666.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.87%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 199 (78.12% from 255) = 61.99%
R=1.87%
G=36.14%
B=61.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61161990.970.4200.22205.894.1540.2
Hex674C7612A016ce5e28
Octal61643071415202631613650
Binary1101110100110001111100001101010010110110011101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0674C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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