Html Css Color HEX #0678DB Navy Blue

📋 copy color: '#0678DB'

red 6 ◦ green 120 ◦ blue 219

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

Shades of Navy Blue #0678DB

Tints of Navy Blue #0678DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.78%

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

R = 1.74%
G = 34.78%
B = 63.48%

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

#0678DB (or 0x0678DB) is known color: Navy Blue. HEX triplet: 06, 78 and DB. RGB value is (6,120,219). Sum of RGB (Red+Green+Blue) = 6+120+219=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #0678DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0678DB is #F98724. Grayscale: #606060. Windows color (decimal): -16353061 or 14383110. OLE color: 14383110.

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

Color convert

RGB 6 120 219 -
CMYK 0.97 0.45 0 0.14
HSL 207.89º 0.95% 0.44% -
HSV(B) 207.89º 0.97% 0.86% -
XYZ 19.58 18.59 69.57 -
YUV 97.2 196.73 62.95 -
System Red Green Blue C M Y K H S L
Decimal 6 120 219 0.97 0.45 0 0.14 207.89 0.95 0.44
Hex 6 78 DB 61 2D 0 E D0 5F 2C
Octal 6 170 333 141 55 0 16 320 137 54
Binary 110 1111000 11011011 1100001 101101 0 1110 11010000 1011111 101100

Color Harmonies of #0678DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0678DB

Black with #0678DB

Text Example


Text Example

White with #0678DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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