Html Css Color HEX #0679DB Navy Blue

📋 copy color: '#0679DB'

red 6 ◦ green 121 ◦ blue 219

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

Shades of Navy Blue #0679DB

Tints of Navy Blue #0679DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.97%

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

R = 1.73%
G = 34.97%
B = 63.29%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0679DB (or 0x0679DB) is known color: Navy Blue. HEX triplet: 06, 79 and DB. RGB value is (6,121,219). Sum of RGB (Red+Green+Blue) = 6+121+219=346 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #0679DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0679DB is #F98624. Grayscale: #616161. Windows color (decimal): -16352805 or 14383366. OLE color: 14383366.

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

Color convert

RGB 6 121 219 -
CMYK 0.97 0.45 0 0.14
HSL 207.61º 0.95% 0.44% -
HSV(B) 207.61º 0.97% 0.86% -
XYZ 19.7 18.83 69.61 -
YUV 97.79 196.4 62.53 -
System Red Green Blue C M Y K H S L
Decimal 6 121 219 0.97 0.45 0 0.14 207.61 0.95 0.44
Hex 6 79 DB 61 2D 0 E D0 5F 2C
Octal 6 171 333 141 55 0 16 320 137 54
Binary 110 1111001 11011011 1100001 101101 0 1110 11010000 1011111 101100

Color Harmonies of #0679DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0679DB

Black with #0679DB

Text Example


Text Example

White with #0679DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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