Html Css Color HEX #0662DB Navy Blue

📋 copy color: '#0662DB'

red 6 ◦ green 98 ◦ blue 219

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

Shades of Navy Blue #0662DB

Tints of Navy Blue #0662DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.34%

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

R = 1.86%
G = 30.34%
B = 67.8%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0662DB (or 0x0662DB) is known color: Navy Blue. HEX triplet: 06, 62 and DB. RGB value is (6,98,219). Sum of RGB (Red+Green+Blue) = 6+98+219=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #0662DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0662DB is #F99D24. Grayscale: #535353. Windows color (decimal): -16358693 or 14377478. OLE color: 14377478.

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

Color convert

RGB 6 98 219 -
CMYK 0.97 0.55 0 0.14
HSL 214.08º 0.95% 0.44% -
HSV(B) 214.08º 0.97% 0.86% -
XYZ 17.23 13.89 68.79 -
YUV 84.29 204.02 72.16 -
System Red Green Blue C M Y K H S L
Decimal 6 98 219 0.97 0.55 0 0.14 214.08 0.95 0.44
Hex 6 62 DB 61 37 0 E D6 5F 2C
Octal 6 142 333 141 67 0 16 326 137 54
Binary 110 1100010 11011011 1100001 110111 0 1110 11010110 1011111 101100

Color Harmonies of #0662DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0662DB

Black with #0662DB

Text Example


Text Example

White with #0662DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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