Html Css Color HEX #0664EC Navy Blue

📋 copy color: '#0664EC'

red 6 ◦ green 100 ◦ blue 236

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

Shades of Navy Blue #0664EC

Tints of Navy Blue #0664EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 69.01%

R = 1.75%
G = 29.24%
B = 69.01%

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

#0664EC (or 0x0664EC) is known color: Navy Blue. HEX triplet: 06, 64 and EC. RGB value is (6,100,236). Sum of RGB (Red+Green+Blue) = 6+100+236=342 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 236 (92.58% from 255 or 69.01% from 342); Max value from RGB is 236 - color contains mainly: blue. Hex color #0664EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0664EC is #F99B13. Grayscale: #565656. Windows color (decimal): -16358164 or 15492102. OLE color: 15492102.

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

Color convert

RGB 6 100 236 -
CMYK 0.97 0.58 0 0.07
HSL 215.48º 0.95% 0.47% -
HSV(B) 215.48º 0.97% 0.93% -
XYZ 19.77 15.21 81.25 -
YUV 87.4 211.86 69.94 -
System Red Green Blue C M Y K H S L
Decimal 6 100 236 0.97 0.58 0 0.07 215.48 0.95 0.47
Hex 6 64 EC 61 3A 0 7 D7 5F 2F
Octal 6 144 354 141 72 0 7 327 137 57
Binary 110 1100100 11101100 1100001 111010 0 111 11010111 1011111 101111

Color Harmonies of #0664EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0664EC

Black with #0664EC

Text Example


Text Example

White with #0664EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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