Html Css Color HEX #0664DD Navy Blue

📋 copy color: '#0664DD'

red 6 ◦ green 100 ◦ blue 221

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

Shades of Navy Blue #0664DD

Tints of Navy Blue #0664DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.58%

 BLUE value IS 221 (86.72% from 255) = 67.58%

R = 1.83%
G = 30.58%
B = 67.58%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0664DD (or 0x0664DD) is known color: Navy Blue. HEX triplet: 06, 64 and DD. RGB value is (6,100,221). Sum of RGB (Red+Green+Blue) = 6+100+221=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #0664DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0664DD is #F99B22. Grayscale: #555555. Windows color (decimal): -16358179 or 14509062. OLE color: 14509062.

HSL color Cylindrical-coordinate representation of color #0664DD: hue angle of 213.77º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0664DD is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 100 221 -
CMYK 0.97 0.55 0 0.13
HSL 213.77º 0.95% 0.45% -
HSV(B) 213.77º 0.97% 0.87% -
XYZ 17.68 14.37 70.25 -
YUV 85.69 204.36 71.16 -
System Red Green Blue C M Y K H S L
Decimal 6 100 221 0.97 0.55 0 0.13 213.77 0.95 0.45
Hex 6 64 DD 61 37 0 D D6 5F 2D
Octal 6 144 335 141 67 0 15 326 137 55
Binary 110 1100100 11011101 1100001 110111 0 1101 11010110 1011111 101101

Color Harmonies of #0664DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0664DD

Black with #0664DD

Text Example


Text Example

White with #0664DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0664DD; }

 p { color: rgb(6,100,221); }

 H1.HeaderClassName
 {
   color: #0664DD;
 }
 .AnyTagClassName
 {
   color: #0664DD;
 }
</style>

background-color css

<style>
 a { background-color: #0664DD; }

 a { background-color: rgb(6,100,221); }

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

border-color css

<style>
 span { border-color: #0664DD; }

 span { border-color: rgb(6,100,221); }

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