Html Css Color HEX #0670DB Navy Blue

📋 copy color: '#0670DB'

red 6 ◦ green 112 ◦ blue 219

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

Shades of Navy Blue #0670DB

Tints of Navy Blue #0670DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

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

R = 1.78%
G = 33.23%
B = 64.99%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0670DB (or 0x0670DB) is known color: Navy Blue. HEX triplet: 06, 70 and DB. RGB value is (6,112,219). Sum of RGB (Red+Green+Blue) = 6+112+219=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #0670DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0670DB is #F98F24. Grayscale: #5B5B5B. Windows color (decimal): -16355109 or 14381062. OLE color: 14381062.

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

Color convert

RGB 6 112 219 -
CMYK 0.97 0.49 0 0.14
HSL 210.14º 0.95% 0.44% -
HSV(B) 210.14º 0.97% 0.86% -
XYZ 18.66 16.74 69.27 -
YUV 92.5 199.38 66.3 -
System Red Green Blue C M Y K H S L
Decimal 6 112 219 0.97 0.49 0 0.14 210.14 0.95 0.44
Hex 6 70 DB 61 31 0 E D2 5F 2C
Octal 6 160 333 141 61 0 16 322 137 54
Binary 110 1110000 11011011 1100001 110001 0 1110 11010010 1011111 101100

Color Harmonies of #0670DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0670DB

Black with #0670DB

Text Example


Text Example

White with #0670DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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