Html Css Color HEX #0665DB Navy Blue

📋 copy color: '#0665DB'

red 6 ◦ green 101 ◦ blue 219

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

Shades of Navy Blue #0665DB

Tints of Navy Blue #0665DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

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

R = 1.84%
G = 30.98%
B = 67.18%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0665DB (or 0x0665DB) is known color: Navy Blue. HEX triplet: 06, 65 and DB. RGB value is (6,101,219). Sum of RGB (Red+Green+Blue) = 6+101+219=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #0665DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0665DB is #F99A24. Grayscale: #555555. Windows color (decimal): -16357925 or 14378246. OLE color: 14378246.

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

Color convert

RGB 6 101 219 -
CMYK 0.97 0.54 0 0.14
HSL 213.24º 0.95% 0.44% -
HSV(B) 213.24º 0.97% 0.86% -
XYZ 17.51 14.46 68.89 -
YUV 86.05 203.03 70.91 -
System Red Green Blue C M Y K H S L
Decimal 6 101 219 0.97 0.54 0 0.14 213.24 0.95 0.44
Hex 6 65 DB 61 36 0 E D5 5F 2C
Octal 6 145 333 141 66 0 16 325 137 54
Binary 110 1100101 11011011 1100001 110110 0 1110 11010101 1011111 101100

Color Harmonies of #0665DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0665DB

Black with #0665DB

Text Example


Text Example

White with #0665DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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