Html Css Color HEX #0670EB Navy Blue

📋 copy color: '#0670EB'

red 6 ◦ green 112 ◦ blue 235

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

Shades of Navy Blue #0670EB

Tints of Navy Blue #0670EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.57%

R = 1.7%
G = 31.73%
B = 66.57%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0670EB (or 0x0670EB) is known color: Navy Blue. HEX triplet: 06, 70 and EB. RGB value is (6,112,235). Sum of RGB (Red+Green+Blue) = 6+112+235=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #0670EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0670EB is #F98F14. Grayscale: #5D5D5D. Windows color (decimal): -16355093 or 15429638. OLE color: 15429638.

HSL color Cylindrical-coordinate representation of color #0670EB: hue angle of 212.23º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0670EB is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 112 235 -
CMYK 0.97 0.52 0 0.08
HSL 212.23º 0.95% 0.47% -
HSV(B) 212.23º 0.97% 0.92% -
XYZ 20.86 17.63 80.9 -
YUV 94.33 207.38 65 -
System Red Green Blue C M Y K H S L
Decimal 6 112 235 0.97 0.52 0 0.08 212.23 0.95 0.47
Hex 6 70 EB 61 34 0 8 D4 5F 2F
Octal 6 160 353 141 64 0 10 324 137 57
Binary 110 1110000 11101011 1100001 110100 0 1000 11010100 1011111 101111

Color Harmonies of #0670EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0670EB

Black with #0670EB

Text Example


Text Example

White with #0670EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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