Html Css Color HEX #0661DB Navy Blue

📋 copy color: '#0661DB'

red 6 ◦ green 97 ◦ blue 219

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

Shades of Navy Blue #0661DB

Tints of Navy Blue #0661DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.12%

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

R = 1.86%
G = 30.12%
B = 68.01%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0661DB (or 0x0661DB) is known color: Navy Blue. HEX triplet: 06, 61 and DB. RGB value is (6,97,219). Sum of RGB (Red+Green+Blue) = 6+97+219=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #0661DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0661DB is #F99E24. Grayscale: #535353. Windows color (decimal): -16358949 or 14377222. OLE color: 14377222.

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

Color convert

RGB 6 97 219 -
CMYK 0.97 0.56 0 0.14
HSL 214.37º 0.95% 0.44% -
HSV(B) 214.37º 0.97% 0.86% -
XYZ 17.14 13.7 68.76 -
YUV 83.7 204.35 72.58 -
System Red Green Blue C M Y K H S L
Decimal 6 97 219 0.97 0.56 0 0.14 214.37 0.95 0.44
Hex 6 61 DB 61 38 0 E D6 5F 2C
Octal 6 141 333 141 70 0 16 326 137 54
Binary 110 1100001 11011011 1100001 111000 0 1110 11010110 1011111 101100

Color Harmonies of #0661DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0661DB

Black with #0661DB

Text Example


Text Example

White with #0661DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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