Html Css Color HEX #0664ED Navy Blue

📋 copy color: '#0664ED'

red 6 ◦ green 100 ◦ blue 237

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

Shades of Navy Blue #0664ED

Tints of Navy Blue #0664ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.1%

R = 1.75%
G = 29.15%
B = 69.1%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0664ED (or 0x0664ED) is known color: Navy Blue. HEX triplet: 06, 64 and ED. RGB value is (6,100,237). Sum of RGB (Red+Green+Blue) = 6+100+237=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 237 (92.97% from 255 or 69.10% from 343); Max value from RGB is 237 - color contains mainly: blue. Hex color #0664ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0664ED is #F99B12. Grayscale: #565656. Windows color (decimal): -16358163 or 15557638. OLE color: 15557638.

HSL color Cylindrical-coordinate representation of color #0664ED: hue angle of 215.58º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0664ED is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 100 237 -
CMYK 0.97 0.58 0 0.07
HSL 215.58º 0.95% 0.48% -
HSV(B) 215.58º 0.97% 0.93% -
XYZ 19.92 15.27 82.02 -
YUV 87.51 212.36 69.86 -
System Red Green Blue C M Y K H S L
Decimal 6 100 237 0.97 0.58 0 0.07 215.58 0.95 0.48
Hex 6 64 ED 61 3A 0 7 D8 5F 30
Octal 6 144 355 141 72 0 7 330 137 60
Binary 110 1100100 11101101 1100001 111010 0 111 11011000 1011111 110000

Color Harmonies of #0664ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0664ED

Black with #0664ED

Text Example


Text Example

White with #0664ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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