Html Css Color HEX #0664CE Navy Blue

📋 copy color: '#0664CE'

red 6 ◦ green 100 ◦ blue 206

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

Shades of Navy Blue #0664CE

Tints of Navy Blue #0664CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.03%

R = 1.92%
G = 32.05%
B = 66.03%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0664CE (or 0x0664CE) is known color: Navy Blue. HEX triplet: 06, 64 and CE. RGB value is (6,100,206). Sum of RGB (Red+Green+Blue) = 6+100+206=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #0664CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0664CE is #F99B31. Grayscale: #535353. Windows color (decimal): -16358194 or 13526022. OLE color: 13526022.

HSL color Cylindrical-coordinate representation of color #0664CE: hue angle of 211.8º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0664CE is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 100 206 -
CMYK 0.97 0.51 0 0.19
HSL 211.8º 0.94% 0.42% -
HSV(B) 211.8º 0.97% 0.81% -
XYZ 15.77 13.61 60.19 -
YUV 83.98 196.86 72.38 -
System Red Green Blue C M Y K H S L
Decimal 6 100 206 0.97 0.51 0 0.19 211.8 0.94 0.42
Hex 6 64 CE 61 33 0 13 D4 5E 2A
Octal 6 144 316 141 63 0 23 324 136 52
Binary 110 1100100 11001110 1100001 110011 0 10011 11010100 1011110 101010

Color Harmonies of #0664CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0664CE

Black with #0664CE

Text Example


Text Example

White with #0664CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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