Html Css Color HEX #0680DB Navy Blue

📋 copy color: '#0680DB'

red 6 ◦ green 128 ◦ blue 219

#0680DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0680DB

Tints of Navy Blue #0680DB

RGB

 RED value IS 6 (2.73% from 255) = 1.7%

 GREEN value IS 128 (50.39% from 255) = 36.26%

 BLUE value IS 219 (85.94% from 255) = 62.04%

R = 1.7%
G = 36.26%
B = 62.04%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0680DB (or 0x0680DB) is known color: Navy Blue. HEX triplet: 06, 80 and DB. RGB value is (6,128,219). Sum of RGB (Red+Green+Blue) = 6+128+219=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #0680DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0680DB is #F97F24. Grayscale: #656565. Windows color (decimal): -16351013 or 14385158. OLE color: 14385158.

HSL color Cylindrical-coordinate representation of color #0680DB: hue angle of 205.63º 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 #0680DB is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 128 219 -
CMYK 0.97 0.42 0 0.14
HSL 205.63º 0.95% 0.44% -
HSV(B) 205.63º 0.97% 0.86% -
XYZ 20.58 20.59 69.91 -
YUV 101.9 194.08 59.6 -
System Red Green Blue C M Y K H S L
Decimal 6 128 219 0.97 0.42 0 0.14 205.63 0.95 0.44
Hex 6 80 DB 61 2A 0 E CE 5F 2C
Octal 6 200 333 141 52 0 16 316 137 54
Binary 110 10000000 11011011 1100001 101010 0 1110 11001110 1011111 101100

Color Harmonies of #0680DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0680DB

Black with #0680DB

Text Example


Text Example

White with #0680DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0680DB;
 }
 .AnyTagClassName
 {
   color: #0680DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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