Html Css Color HEX #0664DF Navy Blue

📋 copy color: '#0664DF'

red 6 ◦ green 100 ◦ blue 223

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

Shades of Navy Blue #0664DF

Tints of Navy Blue #0664DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.78%

R = 1.82%
G = 30.4%
B = 67.78%

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

#0664DF (or 0x0664DF) is known color: Navy Blue. HEX triplet: 06, 64 and DF. RGB value is (6,100,223). Sum of RGB (Red+Green+Blue) = 6+100+223=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #0664DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0664DF is #F99B20. Grayscale: #555555. Windows color (decimal): -16358177 or 14640134. OLE color: 14640134.

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

Color convert

RGB 6 100 223 -
CMYK 0.97 0.55 0 0.13
HSL 214.01º 0.95% 0.45% -
HSV(B) 214.01º 0.97% 0.87% -
XYZ 17.95 14.48 71.66 -
YUV 85.92 205.36 71 -
System Red Green Blue C M Y K H S L
Decimal 6 100 223 0.97 0.55 0 0.13 214.01 0.95 0.45
Hex 6 64 DF 61 37 0 D D6 5F 2D
Octal 6 144 337 141 67 0 15 326 137 55
Binary 110 1100100 11011111 1100001 110111 0 1101 11010110 1011111 101101

Color Harmonies of #0664DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0664DF

Black with #0664DF

Text Example


Text Example

White with #0664DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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