#0672DF

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

Shades of Navy Blue #0672DF

Tints of Navy Blue #0672DF

Color information

#0672DF (or 0x0672DF) is unknown color: approx Navy Blue. HEX triplet: 06, 72 and DF. RGB value is (6,114,223). Sum of RGB (Red+Green+Blue) = 6+114+223=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #0672DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0672DF is #F98D20. Grayscale: #5D5D5D. Windows color (decimal): -16354593 or 14643718. OLE color: 14643718.

HSL color Cylindrical-coordinate representation of color #0672DF: hue angle of 210.14º degrees, saturation: 0.95, 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 #0672DF is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6114223-
CMYK0.970.4900.13
HSL210.14º94.76%44.9%-
HSV(B)210.14º97.31%87.45%-
XYZ19.4117.472.15-
YUV94.13200.7265.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.75%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 223 (87.5% from 255) = 65.01%
R=1.75%
G=33.24%
B=65.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61142230.970.4900.13210.1494.7644.9
Hex672DF61310Dd25f2d
Octal61623371416101532213755
Binary110111001011011111110000111000101101110100101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0672DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0672DF; }

 p { color: rgb(6,114,223); }

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

<style>
 a { background-color: #0672DF; }

 a { background-color: rgb(6,114,223); }

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

<style>
 span { border-color: #0672DF; }

 span { border-color: rgb(6,114,223); }

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