Html Css Color HEX #0660DB Navy Blue

📋 copy color: '#0660DB'

red 6 ◦ green 96 ◦ blue 219

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

Shades of Navy Blue #0660DB

Tints of Navy Blue #0660DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.91%

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

R = 1.87%
G = 29.91%
B = 68.22%

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

#0660DB (or 0x0660DB) is known color: Navy Blue. HEX triplet: 06, 60 and DB. RGB value is (6,96,219). Sum of RGB (Red+Green+Blue) = 6+96+219=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #0660DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0660DB is #F99F24. Grayscale: #525252. Windows color (decimal): -16359205 or 14376966. OLE color: 14376966.

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

Color convert

RGB 6 96 219 -
CMYK 0.97 0.56 0 0.14
HSL 214.65º 0.95% 0.44% -
HSV(B) 214.65º 0.97% 0.86% -
XYZ 17.04 13.52 68.73 -
YUV 83.11 204.68 73 -
System Red Green Blue C M Y K H S L
Decimal 6 96 219 0.97 0.56 0 0.14 214.65 0.95 0.44
Hex 6 60 DB 61 38 0 E D7 5F 2C
Octal 6 140 333 141 70 0 16 327 137 54
Binary 110 1100000 11011011 1100001 111000 0 1110 11010111 1011111 101100

Color Harmonies of #0660DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0660DB

Black with #0660DB

Text Example


Text Example

White with #0660DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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