#0675DF

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

Shades of Navy Blue #0675DF

Tints of Navy Blue #0675DF

Color information

#0675DF (or 0x0675DF) is unknown color: approx Navy Blue. HEX triplet: 06, 75 and DF. RGB value is (6,117,223). Sum of RGB (Red+Green+Blue) = 6+117+223=346 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #0675DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0675DF is #F98A20. Grayscale: #5F5F5F. Windows color (decimal): -16353825 or 14644486. OLE color: 14644486.

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

Color convert

RGB6117223-
CMYK0.970.4800.13
HSL209.31º94.76%44.9%-
HSV(B)209.31º97.31%87.45%-
XYZ19.7618.0972.26-
YUV95.9199.7363.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.73%
GREEN value IS 117 (46.09% from 255) = 33.82%
BLUE value IS 223 (87.5% from 255) = 64.45%
R=1.73%
G=33.82%
B=64.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61172230.970.4800.13209.3194.7644.9
Hex675DF61300Dd15f2d
Octal61653371416001532113755
Binary110111010111011111110000111000001101110100011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0675DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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