Html Css Color HEX #0670BB Navy Blue

📋 copy color: '#0670BB'

red 6 ◦ green 112 ◦ blue 187

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

Shades of Navy Blue #0670BB

Tints of Navy Blue #0670BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.31%

R = 1.97%
G = 36.72%
B = 61.31%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0670BB (or 0x0670BB) is known color: Navy Blue. HEX triplet: 06, 70 and BB. RGB value is (6,112,187). Sum of RGB (Red+Green+Blue) = 6+112+187=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #0670BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0670BB is #F98F44. Grayscale: #585858. Windows color (decimal): -16355141 or 12283910. OLE color: 12283910.

HSL color Cylindrical-coordinate representation of color #0670BB: hue angle of 204.86º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0670BB is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 112 187 -
CMYK 0.97 0.40 0 0.27
HSL 204.86º 0.94% 0.38% -
HSV(B) 204.86º 0.97% 0.73% -
XYZ 14.84 15.21 49.17 -
YUV 88.86 183.38 68.9 -
System Red Green Blue C M Y K H S L
Decimal 6 112 187 0.97 0.40 0 0.27 204.86 0.94 0.38
Hex 6 70 BB 61 28 0 1B CD 5E 26
Octal 6 160 273 141 50 0 33 315 136 46
Binary 110 1110000 10111011 1100001 101000 0 11011 11001101 1011110 100110

Color Harmonies of #0670BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0670BB

Black with #0670BB

Text Example


Text Example

White with #0670BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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