Html Css Color HEX #0670DD Navy Blue

📋 copy color: '#0670DD'

red 6 ◦ green 112 ◦ blue 221

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

Shades of Navy Blue #0670DD

Tints of Navy Blue #0670DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.19%

R = 1.77%
G = 33.04%
B = 65.19%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0670DD (or 0x0670DD) is known color: Navy Blue. HEX triplet: 06, 70 and DD. RGB value is (6,112,221). Sum of RGB (Red+Green+Blue) = 6+112+221=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #0670DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0670DD is #F98F22. Grayscale: #5C5C5C. Windows color (decimal): -16355107 or 14512134. OLE color: 14512134.

HSL color Cylindrical-coordinate representation of color #0670DD: hue angle of 210.42º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0670DD is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 112 221 -
CMYK 0.97 0.49 0 0.13
HSL 210.42º 0.95% 0.45% -
HSV(B) 210.42º 0.97% 0.87% -
XYZ 18.92 16.85 70.66 -
YUV 92.73 200.38 66.14 -
System Red Green Blue C M Y K H S L
Decimal 6 112 221 0.97 0.49 0 0.13 210.42 0.95 0.45
Hex 6 70 DD 61 31 0 D D2 5F 2D
Octal 6 160 335 141 61 0 15 322 137 55
Binary 110 1110000 11011101 1100001 110001 0 1101 11010010 1011111 101101

Color Harmonies of #0670DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0670DD

Black with #0670DD

Text Example


Text Example

White with #0670DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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