#0685DA

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

Shades of Navy Blue #0685DA

Tints of Navy Blue #0685DA

Color information

#0685DA (or 0x0685DA) is unknown color: approx Navy Blue. HEX triplet: 06, 85 and DA. RGB value is (6,133,218). Sum of RGB (Red+Green+Blue) = 6+133+218=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #0685DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0685DA is #F97A25. Grayscale: #686868. Windows color (decimal): -16349734 or 14320902. OLE color: 14320902.

HSL color Cylindrical-coordinate representation of color #0685DA: hue angle of 204.06º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0685DA is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6133218-
CMYK0.970.3900.15
HSL204.06º94.64%43.92%-
HSV(B)204.06º97.25%85.49%-
XYZ21.1221.8869.44-
YUV104.72191.9257.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.68%
GREEN value IS 133 (52.34% from 255) = 37.25%
BLUE value IS 218 (85.55% from 255) = 61.06%
R=1.68%
G=37.25%
B=61.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61332180.970.3900.15204.0694.6443.92
Hex685DA61270Fcc5f2c
Octal62053321414701731413754
Binary1101000010111011010110000110011101111110011001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0685DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0685DA; }

 p { color: rgb(6,133,218); }

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

<style>
 a { background-color: #0685DA; }

 a { background-color: rgb(6,133,218); }

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

<style>
 span { border-color: #0685DA; }

 span { border-color: rgb(6,133,218); }

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