Html Css Color HEX #0665DC Navy Blue

📋 copy color: '#0665DC'

red 6 ◦ green 101 ◦ blue 220

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

Shades of Navy Blue #0665DC

Tints of Navy Blue #0665DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.28%

R = 1.83%
G = 30.89%
B = 67.28%

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

#0665DC (or 0x0665DC) is known color: Navy Blue. HEX triplet: 06, 65 and DC. RGB value is (6,101,220). Sum of RGB (Red+Green+Blue) = 6+101+220=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #0665DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0665DC is #F99A23. Grayscale: #555555. Windows color (decimal): -16357924 or 14443782. OLE color: 14443782.

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

Color convert

RGB 6 101 220 -
CMYK 0.97 0.54 0 0.14
HSL 213.36º 0.95% 0.44% -
HSV(B) 213.36º 0.97% 0.86% -
XYZ 17.65 14.51 69.58 -
YUV 86.16 203.53 70.82 -
System Red Green Blue C M Y K H S L
Decimal 6 101 220 0.97 0.54 0 0.14 213.36 0.95 0.44
Hex 6 65 DC 61 36 0 E D5 5F 2C
Octal 6 145 334 141 66 0 16 325 137 54
Binary 110 1100101 11011100 1100001 110110 0 1110 11010101 1011111 101100

Color Harmonies of #0665DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0665DC

Black with #0665DC

Text Example


Text Example

White with #0665DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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